Scott Lahteine 7 anni fa
parent
commit
f4b16a3bac
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1
    2
      Marlin/src/gcode/bedlevel/ubl/M49.cpp

+ 1
- 2
Marlin/src/gcode/bedlevel/ubl/M49.cpp Vedi File

34
 void GcodeSuite::M49() {
34
 void GcodeSuite::M49() {
35
   g26_debug_flag ^= true;
35
   g26_debug_flag ^= true;
36
   SERIAL_PROTOCOLPGM("G26 Debug: ");
36
   SERIAL_PROTOCOLPGM("G26 Debug: ");
37
-  serialprintPGM(g26_debug_flag ? PSTR("On") : PSTR("Off"));
38
-  SERIAL_EOL();
37
+  serialprintPGM(g26_debug_flag ? PSTR("On\n") : PSTR("Off\n"));
39
 }
38
 }
40
 
39
 
41
 #endif // G26_MESH_VALIDATION
40
 #endif // G26_MESH_VALIDATION

Loading…
Annulla
Salva