mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
Fix MSG_FILAMENT_CHANGE_HEAT_1 for small LCD
This commit is contained in:
parent
d882717d98
commit
06949ae510
@ -1079,6 +1079,9 @@
|
||||
#ifndef MSG_FILAMENT_CHANGE_INSERT_1
|
||||
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert and Click")
|
||||
#endif
|
||||
#ifndef MSG_FILAMENT_CHANGE_HEAT_1
|
||||
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Click to heat")
|
||||
#endif
|
||||
#ifndef MSG_FILAMENT_CHANGE_HEATING_1
|
||||
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heating...")
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user