Browse Source

DEBUG message has no parameter (PR#2671)

Scott Lahteine 10 years ago
parent
commit
ba6a243197
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

1512
               if (marlin_debug_flags & DEBUG_LEVELING) {
1512
               if (marlin_debug_flags & DEBUG_LEVELING) {
1513
                 SERIAL_ECHOPAIR("Raise Z (after) by ", (float)Z_RAISE_AFTER_PROBING);
1513
                 SERIAL_ECHOPAIR("Raise Z (after) by ", (float)Z_RAISE_AFTER_PROBING);
1514
                 SERIAL_EOL;
1514
                 SERIAL_EOL;
1515
-                SERIAL_ECHOPAIR("> SERVO_ENDSTOPS > raise_z_after_probing()");
1515
+                SERIAL_ECHO("> SERVO_ENDSTOPS > raise_z_after_probing()");
1516
                 SERIAL_EOL;
1516
                 SERIAL_EOL;
1517
               }
1517
               }
1518
             #endif
1518
             #endif

Loading…
Cancel
Save