Browse Source

Fix MSG_FILAMENT_CHANGE_HEAT_1 for small LCD

pull/1/head
Scott Lahteine 6 years ago
parent
commit
06949ae510
  1. 3
      Marlin/src/lcd/language/language_en.h

3
Marlin/src/lcd/language/language_en.h

@ -1079,6 +1079,9 @@
#ifndef MSG_FILAMENT_CHANGE_INSERT_1 #ifndef MSG_FILAMENT_CHANGE_INSERT_1
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert and Click") #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert and Click")
#endif #endif
#ifndef MSG_FILAMENT_CHANGE_HEAT_1
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Click to heat")
#endif
#ifndef MSG_FILAMENT_CHANGE_HEATING_1 #ifndef MSG_FILAMENT_CHANGE_HEATING_1
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heating...") #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heating...")
#endif #endif

Loading…
Cancel
Save