Fix //action prefix (#20600)

This commit is contained in:
ellensp 2021-01-02 21:06:50 +13:00 committed by GitHub
parent 9f53738339
commit 5eaa10e2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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