COMPACT_CUSTOM_BOOTSCREEN (#989)

MarlinFirmware/Marlin#26419
This commit is contained in:
Scott Lahteine 2023-11-17 18:20:48 -06:00 committed by GitHub
parent 1567fab346
commit 107f6c3ea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
93 changed files with 2237 additions and 295 deletions

View file

@ -2354,7 +2354,7 @@
*/
#define EEPROM_SETTINGS // Persistent storage with M500 and M501
//#define DISABLE_M503 // Saves ~2700 bytes of flash. Disable for release!
#define EEPROM_CHITCHAT // Give feedback on EEPROM commands. Disable to save PROGMEM.
//#define EEPROM_CHITCHAT // Give feedback on EEPROM commands. Disable to save PROGMEM.
#define EEPROM_BOOT_SILENT // Keep M503 quiet and only give errors during first load
#if ENABLED(EEPROM_SETTINGS)
//#define EEPROM_AUTO_INIT // Init EEPROM automatically on any errors.