And an other MSG_BED in Marlin_main.cpp

This commit is contained in:
AnHardt 2015-04-09 01:16:06 +02:00
parent 14d4419e16
commit 540dbb35e2

View File

@ -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: ");