diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index 4f2ff82f3..e445dec3a 100644 --- a/Marlin/Marlin_main.cpp +++ b/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