Browse Source

Fix debug message for 3-point leveling

pull/1/head
Scott Lahteine 8 years ago
parent
commit
9a71b7f8ad
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -3606,7 +3606,7 @@ inline void gcode_G28() {
} //yProbe
#if ENABLED(DEBUG_LEVELING_FEATURE)
if (DEBUGGING(LEVELING)) DEBUG_POS("> probing complete", current_position);
if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("> 3-point Leveling");
#endif
#if ENABLED(DELTA)

Loading…
Cancel
Save