CONFIGURE_FILAMENT_CHANGE

MarlinFirmware/Marlin#26613

Co-Authored-By: plampix <19209306+plampix@users.noreply.github.com>
This commit is contained in:
Scott Lahteine 2024-01-02 19:02:42 -06:00
parent a684d1b024
commit 7f1571e317
708 changed files with 1062 additions and 708 deletions

View file

@ -2365,7 +2365,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 flash.
#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.