Browse Source

Fix debug message for 3-point leveling

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

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -3606,7 +3606,7 @@ inline void gcode_G28() {
3606 3606
       } //yProbe
3607 3607
 
3608 3608
       #if ENABLED(DEBUG_LEVELING_FEATURE)
3609
-        if (DEBUGGING(LEVELING)) DEBUG_POS("> probing complete", current_position);
3609
+        if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("> 3-point Leveling");
3610 3610
       #endif
3611 3611
 
3612 3612
       #if ENABLED(DELTA)

Loading…
Cancel
Save