fix a debug message
This commit is contained in:
parent
3d78b8f929
commit
f38553b482
@ -2005,6 +2005,7 @@ static void clean_up_after_endstop_or_probe_move() {
|
|||||||
if (DEBUGGING(LEVELING)) {
|
if (DEBUGGING(LEVELING)) {
|
||||||
DEBUG_POS("set_probe_deployed", current_position);
|
DEBUG_POS("set_probe_deployed", current_position);
|
||||||
SERIAL_ECHOPAIR("deploy: ", deploy);
|
SERIAL_ECHOPAIR("deploy: ", deploy);
|
||||||
|
SERIAL_EOL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user