Skip to content

Commit

Permalink
M31 serial output is now always in EN
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrazio committed Jul 24, 2016
1 parent 62d96d7 commit 50fb0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4064,7 +4064,7 @@ inline void gcode_M31() {
lcd_setstatus(buffer);

SERIAL_ECHO_START;
SERIAL_ECHOPGM(MSG_PRINT_TIME " ");
SERIAL_ECHOPGM("Print time: ");
SERIAL_ECHOLN(buffer);

thermalManager.autotempShutdown();
Expand Down

0 comments on commit 50fb0f7

Please sign in to comment.