Bläddra i källkod

Fix //action prefix (#20600)

ellensp 4 år sedan
förälder
incheckning
5eaa10e2ad
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      Marlin/src/gcode/host/M118.cpp

+ 1
- 1
Marlin/src/gcode/host/M118.cpp Visa fil

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

Laddar…
Avbryt
Spara