Explorar el Código

Use error message !! hints (#16145)

André Kjellstrup hace 4 años
padre
commit
c2342c3528
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      Marlin/src/core/language.h

+ 4
- 4
Marlin/src/core/language.h Ver fichero

@@ -252,10 +252,10 @@
252 252
 #define MSG_FILAMENT_CHANGE_INSERT_M108     "Insert filament and send M108"
253 253
 #define MSG_FILAMENT_CHANGE_WAIT_M108       "Send M108 to resume"
254 254
 
255
-#define MSG_STOP_BLTOUCH                    "STOP called because of BLTouch error - restart with M999"
256
-#define MSG_STOP_UNHOMED                    "STOP called because of unhomed error - restart with M999"
257
-#define MSG_KILL_INACTIVE_TIME              "KILL caused by too much inactive time - current command: "
258
-#define MSG_KILL_BUTTON                     "KILL caused by KILL button/pin"
255
+#define MSG_STOP_BLTOUCH                    "!! STOP called because of BLTouch error - restart with M999"
256
+#define MSG_STOP_UNHOMED                    "!! STOP called because of unhomed error - restart with M999"
257
+#define MSG_KILL_INACTIVE_TIME              "!! KILL caused by too much inactive time - current command: "
258
+#define MSG_KILL_BUTTON                     "!! KILL caused by KILL button/pin"
259 259
 
260 260
 // temperature.cpp strings
261 261
 #define MSG_PID_AUTOTUNE_PREFIX             "PID Autotune"

Loading…
Cancelar
Guardar