diff --git a/Marlin/language.h b/Marlin/language.h index 7671d2ddb..1b53482d8 100644 --- a/Marlin/language.h +++ b/Marlin/language.h @@ -36,6 +36,7 @@ #define MSG_SET_ORIGIN " Set Origin" #define MSG_COOLDOWN " Cooldown" #define MSG_EXTRUDE " Extrude" + #define MSG_RETRACT" Retract" #define MSG_PREHEAT_PLA " Preheat PLA" #define MSG_PREHEAT_ABS " Preheat ABS" #define MSG_MOVE_AXIS " Move Axis \x7E" @@ -86,6 +87,8 @@ #define MSG_CONTROL_ARROW " Control \x7E" #define MSG_RETRACT_ARROW " Control \x7E" #define MSG_TUNE " Tune \x7E" + #define MSG_PAUSE_PRINT " Pause Print \x7E" + #define MSG_RESUME_PRINT " Resume Print \x7E" #define MSG_STOP_PRINT " Stop Print \x7E" #define MSG_CARD_MENU " Card Menu \x7E" #define MSG_NO_CARD " No Card" @@ -319,4 +322,4 @@ #define MSG_ERR_LONG_EXTRUDE_STOP " langer Druckweg unterbunden" #endif -#endif // ifndef LANGUAGE_H \ No newline at end of file +#endif // ifndef LANGUAGE_H