Browse Source

fixed languages; Preheat_PLA and Preheat_ABS was not defined for non

english
Christian Thalhammer 13 years ago
parent
commit
9fa586bbed
1 changed files with 8 additions and 4 deletions
  1. 8
    4
      Marlin/language.h

+ 8
- 4
Marlin/language.h View File

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

Loading…
Cancel
Save