Fix //action prefix (#20600)
This commit is contained in:
parent
9f53738339
commit
5eaa10e2ad
@ -66,7 +66,7 @@ void GcodeSuite::M118() {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (hasE) SERIAL_ECHO_START();
|
if (hasE) SERIAL_ECHO_START();
|
||||||
if (hasA) SERIAL_ECHOPGM("// ");
|
if (hasA) SERIAL_ECHOPGM("//");
|
||||||
SERIAL_ECHOLN(p);
|
SERIAL_ECHOLN(p);
|
||||||
|
|
||||||
TERN_(HAS_MULTI_SERIAL, serial_port_index = old_serial);
|
TERN_(HAS_MULTI_SERIAL, serial_port_index = old_serial);
|
||||||
|
Loading…
Reference in New Issue
Block a user