Fix MSG_FILAMENT_CHANGE_HEAT_1 for small LCD
This commit is contained in:
parent
d09794a153
commit
39be096575
1 changed files with 3 additions and 0 deletions
|
|
@ -1058,6 +1058,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…
Add table
Add a link
Reference in a new issue