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
   #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);

Loading…
Cancel
Save