Browse Source

M31 serial output is now always in EN

João Brázio 9 years ago
parent
commit
50fb0f7cec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -4064,7 +4064,7 @@ inline void gcode_M31() {
4064 4064
   lcd_setstatus(buffer);
4065 4065
 
4066 4066
   SERIAL_ECHO_START;
4067
-  SERIAL_ECHOPGM(MSG_PRINT_TIME " ");
4067
+  SERIAL_ECHOPGM("Print time: ");
4068 4068
   SERIAL_ECHOLN(buffer);
4069 4069
 
4070 4070
   thermalManager.autotempShutdown();

Loading…
Cancel
Save