Sfoglia il codice sorgente

Fix //action prefix (#20600)

ellensp 4 anni fa
parent
commit
5eaa10e2ad
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/src/gcode/host/M118.cpp

+ 1
- 1
Marlin/src/gcode/host/M118.cpp Vedi File

@@ -66,7 +66,7 @@ void GcodeSuite::M118() {
66 66
   #endif
67 67
 
68 68
   if (hasE) SERIAL_ECHO_START();
69
-  if (hasA) SERIAL_ECHOPGM("// ");
69
+  if (hasA) SERIAL_ECHOPGM("//");
70 70
   SERIAL_ECHOLN(p);
71 71
 
72 72
   TERN_(HAS_MULTI_SERIAL, serial_port_index = old_serial);

Loading…
Annulla
Salva