Patch LCD code for 5th extruder, EEPROM reset
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user