DEBUG message has no parameter (PR#2671)

master
Scott Lahteine 9 years ago committed by Richard Wackerbarth
parent 0c7f7ebcfb
commit ba6a243197

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