Browse Source

Use SERIAL_PROTOCOLLNPGM in G28

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

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -3502,7 +3502,7 @@ inline void gcode_G28() {
3502 3502
 
3503 3503
     int verbose_level = code_seen('V') ? code_value_int() : 1;
3504 3504
     if (verbose_level < 0 || verbose_level > 4) {
3505
-      SERIAL_ECHOLNPGM("?(V)erbose Level is implausible (0-4).");
3505
+      SERIAL_PROTOCOLLNPGM("?(V)erbose Level is implausible (0-4).");
3506 3506
       return;
3507 3507
     }
3508 3508
 

Loading…
Cancel
Save