Fix debug message for 3-point leveling
This commit is contained in:
parent
550c03a5a9
commit
9a71b7f8ad
@ -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…
Reference in New Issue
Block a user