Skip to content

Commit

Permalink
Fix //action prefix (MarlinFirmware#20600)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and kpishere committed Feb 19, 2021
1 parent a6672cc commit 76cd399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/host/M118.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void GcodeSuite::M118() {
#endif

if (hasE) SERIAL_ECHO_START();
if (hasA) SERIAL_ECHOPGM("// ");
if (hasA) SERIAL_ECHOPGM("//");
SERIAL_ECHOLN(p);

TERN_(HAS_MULTI_SERIAL, serial_port_index = old_serial);
Expand Down

0 comments on commit 76cd399

Please sign in to comment.