Browse Source

And an other MSG_BED in Marlin_main.cpp

pull/1/head
AnHardt 10 years ago
parent
commit
540dbb35e2
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -1365,7 +1365,7 @@ inline void set_destination_to_current() { memcpy(destination, current_position,
#endif #endif
if (verbose_level > 2) { if (verbose_level > 2) {
SERIAL_PROTOCOLPGM(MSG_BED); SERIAL_PROTOCOLPGM("Bed");
SERIAL_PROTOCOLPGM(" X: "); SERIAL_PROTOCOLPGM(" X: ");
SERIAL_PROTOCOL_F(x, 3); SERIAL_PROTOCOL_F(x, 3);
SERIAL_PROTOCOLPGM(" Y: "); SERIAL_PROTOCOLPGM(" Y: ");

Loading…
Cancel
Save