浏览代码

Merge pull request #3341 from thinkyhead/rc_english_patch

Fix English definition for MSG_LEVEL_BED_CANCEL
Scott Lahteine 9 年前
父节点
当前提交
f2032cfcf6
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      Marlin/language_en.h

+ 3
- 1
Marlin/language_en.h 查看文件

69
 #endif
69
 #endif
70
 #ifndef MSG_LEVEL_BED_DONE
70
 #ifndef MSG_LEVEL_BED_DONE
71
   #define MSG_LEVEL_BED_DONE                  "Leveling Done!"
71
   #define MSG_LEVEL_BED_DONE                  "Leveling Done!"
72
-#define MSG_LEVEL_BED_CANCEL                "Cancel"
72
+#endif
73
+#ifndef MSG_LEVEL_BED_CANCEL
74
+  #define MSG_LEVEL_BED_CANCEL                "Cancel"
73
 #endif
75
 #endif
74
 #ifndef MSG_SET_HOME_OFFSETS
76
 #ifndef MSG_SET_HOME_OFFSETS
75
   #define MSG_SET_HOME_OFFSETS                "Set home offsets"
77
   #define MSG_SET_HOME_OFFSETS                "Set home offsets"

正在加载...
取消
保存