浏览代码

Use error message !! hints (#16145)

André Kjellstrup 4 年前
父节点
当前提交
c2342c3528
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      Marlin/src/core/language.h

+ 4
- 4
Marlin/src/core/language.h 查看文件

@@ -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"

正在加载...
取消
保存