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