fix a debug message

This commit is contained in:
Scott Lahteine 2016-07-15 19:26:23 -07:00
parent 3d78b8f929
commit f38553b482

View file

@ -2005,6 +2005,7 @@ static void clean_up_after_endstop_or_probe_move() {
if (DEBUGGING(LEVELING)) {
DEBUG_POS("set_probe_deployed", current_position);
SERIAL_ECHOPAIR("deploy: ", deploy);
SERIAL_EOL;
}
#endif