Browse Source

DEBUG message has no parameter (PR#2671)

pull/1/head
Scott Lahteine 9 years ago
committed by Richard Wackerbarth
parent
commit
ba6a243197
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -1512,7 +1512,7 @@ static void setup_for_endstop_move() {
if (marlin_debug_flags & DEBUG_LEVELING) {
SERIAL_ECHOPAIR("Raise Z (after) by ", (float)Z_RAISE_AFTER_PROBING);
SERIAL_EOL;
SERIAL_ECHOPAIR("> SERVO_ENDSTOPS > raise_z_after_probing()");
SERIAL_ECHO("> SERVO_ENDSTOPS > raise_z_after_probing()");
SERIAL_EOL;
}
#endif

Loading…
Cancel
Save