M31 serial output is now always in EN

This commit is contained in:
João Brázio 2016-07-24 15:52:03 +01:00
parent 62d96d72f3
commit 50fb0f7cec

View file

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