Browse Source

Fix //action prefix (#20600)

ellensp 4 years ago
parent
commit
5eaa10e2ad
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/host/M118.cpp

+ 1
- 1
Marlin/src/gcode/host/M118.cpp View 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…
Cancel
Save