Browse Source

Updated Language.h with pause, resume, and retract

James Adams 13 years ago
parent
commit
e10355500d
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      Marlin/language.h

+ 4
- 1
Marlin/language.h View File

36
 	#define MSG_SET_ORIGIN " Set Origin"
36
 	#define MSG_SET_ORIGIN " Set Origin"
37
 	#define MSG_COOLDOWN " Cooldown"
37
 	#define MSG_COOLDOWN " Cooldown"
38
 	#define MSG_EXTRUDE " Extrude"
38
 	#define MSG_EXTRUDE " Extrude"
39
+    #define MSG_RETRACT" Retract"
39
 	#define MSG_PREHEAT_PLA " Preheat PLA"
40
 	#define MSG_PREHEAT_PLA " Preheat PLA"
40
 	#define MSG_PREHEAT_ABS " Preheat ABS"
41
 	#define MSG_PREHEAT_ABS " Preheat ABS"
41
 	#define MSG_MOVE_AXIS " Move Axis      \x7E"
42
 	#define MSG_MOVE_AXIS " Move Axis      \x7E"
86
 	#define MSG_CONTROL_ARROW " Control \x7E"
87
 	#define MSG_CONTROL_ARROW " Control \x7E"
87
 	#define MSG_RETRACT_ARROW " Control \x7E"
88
 	#define MSG_RETRACT_ARROW " Control \x7E"
88
 	#define MSG_TUNE " Tune    \x7E"
89
 	#define MSG_TUNE " Tune    \x7E"
90
+    #define MSG_PAUSE_PRINT " Pause Print  \x7E"
91
+    #define MSG_RESUME_PRINT " Resume Print \x7E"
89
 	#define MSG_STOP_PRINT " Stop Print   \x7E"
92
 	#define MSG_STOP_PRINT " Stop Print   \x7E"
90
 	#define MSG_CARD_MENU " Card Menu    \x7E"
93
 	#define MSG_CARD_MENU " Card Menu    \x7E"
91
 	#define MSG_NO_CARD " No Card"
94
 	#define MSG_NO_CARD " No Card"
319
 	#define MSG_ERR_LONG_EXTRUDE_STOP " langer Druckweg unterbunden"
322
 	#define MSG_ERR_LONG_EXTRUDE_STOP " langer Druckweg unterbunden"
320
 
323
 
321
 #endif
324
 #endif
322
-#endif // ifndef LANGUAGE_H
325
+#endif // ifndef LANGUAGE_H

Loading…
Cancel
Save