Fix //action prefix (#20600)

This commit is contained in:
ellensp 2021-01-02 21:06:50 +13:00 committed by Scott Lahteine
parent 25152a8cef
commit f570791e19

View File

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