Patch LCD code for 5th extruder, EEPROM reset
This commit is contained in:
parent
6c064bb7d6
commit
3843a5151a
2 changed files with 22 additions and 17 deletions
|
|
@ -455,16 +455,16 @@
|
|||
#define MSG_CONTRAST _UxGT("LCD contrast")
|
||||
#endif
|
||||
#ifndef MSG_STORE_EEPROM
|
||||
#define MSG_STORE_EEPROM _UxGT("Store memory")
|
||||
#define MSG_STORE_EEPROM _UxGT("Store settings")
|
||||
#endif
|
||||
#ifndef MSG_LOAD_EEPROM
|
||||
#define MSG_LOAD_EEPROM _UxGT("Load memory")
|
||||
#define MSG_LOAD_EEPROM _UxGT("Load settings")
|
||||
#endif
|
||||
#ifndef MSG_RESTORE_FAILSAFE
|
||||
#define MSG_RESTORE_FAILSAFE _UxGT("Restore failsafe")
|
||||
#endif
|
||||
#ifndef MSG_INIT_EEPROM
|
||||
#define MSG_INIT_EEPROM _UxGT("Initalize Memory")
|
||||
#define MSG_INIT_EEPROM _UxGT("Initialize EEPROM")
|
||||
#endif
|
||||
#ifndef MSG_REFRESH
|
||||
#define MSG_REFRESH _UxGT("Refresh")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue