ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/gcode/host/M118.cpp
|
@ -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); |
|
|