Fix debug message for 3-point leveling

This commit is contained in:
Scott Lahteine 2016-06-23 18:17:31 -07:00
parent 550c03a5a9
commit 9a71b7f8ad

View file

@ -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)