Browse Source

fix a debug message

pull/1/head
Scott Lahteine 8 years ago
parent
commit
f38553b482
  1. 1
      Marlin/Marlin_main.cpp

1
Marlin/Marlin_main.cpp

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

Loading…
Cancel
Save