瀏覽代碼

fixed languages; Preheat_PLA and Preheat_ABS was not defined for non

english
Christian Thalhammer 13 年之前
父節點
當前提交
9fa586bbed
共有 1 個檔案被更改,包括 8 行新增4 行删除
  1. 8
    4
      Marlin/language.h

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

@@ -88,9 +88,10 @@
88 88
 	#define MSG_DISABLE_STEPPERS " Disable Steppers"
89 89
 	#define MSG_AUTO_HOME " Auto Home"
90 90
 	#define MSG_SET_ORIGIN " Set Origin"
91
-	#define MSG_PREHEAT " Preheat"
92 91
 	#define MSG_COOLDOWN " Cooldown"
93 92
 	#define MSG_EXTRUDE " Extrude"
93
+	#define MSG_PREHEAT_PLA " Preheat PLA"
94
+	#define MSG_PREHEAT_ABS " Preheat ABS"
94 95
         #define MSG_MOVE_AXIS " Move Axis      \x7E"
95 96
 	#define MSG_SPEED " Speed:"
96 97
 	#define MSG_NOZZLE " \002Nozzle:"
@@ -153,7 +154,8 @@
153 154
 	#define MSG_DISABLE_STEPPERS " Disable Steppers"
154 155
 	#define MSG_AUTO_HOME " Auto Home"
155 156
 	#define MSG_SET_ORIGIN " Set Origin"
156
-	#define MSG_PREHEAT " Preheat"
157
+	#define MSG_PREHEAT_PLA " Preheat PLA"
158
+	#define MSG_PREHEAT_ABS " Preheat ABS"
157 159
 	#define MSG_COOLDOWN " Cooldown"
158 160
 	#define MSG_EXTRUDE " Extrude"
159 161
         #define MSG_MOVE_AXIS " Move Axis      \x7E"
@@ -218,7 +220,8 @@
218 220
 	#define MSG_DISABLE_STEPPERS " Disable Steppers"
219 221
 	#define MSG_AUTO_HOME " Auto Home"
220 222
 	#define MSG_SET_ORIGIN " Set Origin"
221
-	#define MSG_PREHEAT " Preheat"
223
+	#define MSG_PREHEAT_PLA " Preheat PLA"
224
+	#define MSG_PREHEAT_ABS " Preheat ABS"
222 225
 	#define MSG_COOLDOWN " Cooldown"
223 226
 	#define MSG_EXTRUDE " Extrude"
224 227
         #define MSG_MOVE_AXIS " Move Axis      \x7E"
@@ -283,7 +286,8 @@
283 286
 	#define MSG_DISABLE_STEPPERS " Disable Steppers"
284 287
 	#define MSG_AUTO_HOME " Auto Home"
285 288
 	#define MSG_SET_ORIGIN " Set Origin"
286
-	#define MSG_PREHEAT " Preheat"
289
+	#define MSG_PREHEAT_PLA " Preheat PLA"
290
+	#define MSG_PREHEAT_ABS " Preheat ABS"
287 291
 	#define MSG_COOLDOWN " Cooldown"
288 292
 	#define MSG_EXTRUDE " Extrude"
289 293
         #define MSG_MOVE_AXIS " Move Axis      \x7E"

Loading…
取消
儲存