Use serial shorthand

This commit is contained in:
Scott Lahteine
2021-04-29 08:45:13 -05:00
committed by Scott Lahteine
parent bb5c643dfb
commit 582458998f
21 changed files with 88 additions and 132 deletions
+1 -2
View File
@@ -35,6 +35,5 @@ void GcodeSuite::M31() {
ui.set_status(buffer);
SERIAL_ECHO_START();
SERIAL_ECHOLNPAIR("Print time: ", buffer);
SERIAL_ECHO_MSG("Print time: ", buffer);
}