Simplify serial port redirect (#13234)
This commit is contained in:
@ -42,6 +42,6 @@ void GcodeSuite::M31() {
|
||||
elapsed.toString(buffer);
|
||||
ui.set_status(buffer);
|
||||
|
||||
SERIAL_ECHO_START_P(port);
|
||||
SERIAL_ECHOLNPAIR_P(port, "Print time: ", buffer);
|
||||
SERIAL_ECHO_START();
|
||||
SERIAL_ECHOLNPAIR("Print time: ", buffer);
|
||||
}
|
||||
|
Reference in New Issue
Block a user