And an other MSG_BED in Marlin_main.cpp
This commit is contained in:
parent
14d4419e16
commit
540dbb35e2
@ -1365,7 +1365,7 @@ inline void set_destination_to_current() { memcpy(destination, current_position,
|
||||
#endif
|
||||
|
||||
if (verbose_level > 2) {
|
||||
SERIAL_PROTOCOLPGM(MSG_BED);
|
||||
SERIAL_PROTOCOLPGM("Bed");
|
||||
SERIAL_PROTOCOLPGM(" X: ");
|
||||
SERIAL_PROTOCOL_F(x, 3);
|
||||
SERIAL_PROTOCOLPGM(" Y: ");
|
||||
|
Loading…
Reference in New Issue
Block a user