Make all EEPROM optimization options available
This commit is contained in:
		| @@ -963,6 +963,7 @@ | ||||
| // - If stepper drivers time out, it will need X and Y homing again before Z homing. | ||||
| // - Move the Z probe (or nozzle) to a defined XY point before Z Homing when homing all axes (G28). | ||||
| // - Prevent Z homing when the Z probe is outside bed area. | ||||
| // | ||||
| //#define Z_SAFE_HOMING | ||||
|  | ||||
| #if ENABLED(Z_SAFE_HOMING) | ||||
| @@ -987,13 +988,10 @@ | ||||
| // M500 - stores parameters in EEPROM | ||||
| // M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily). | ||||
| // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to. | ||||
| // Define this to enable EEPROM support | ||||
| #define EEPROM_SETTINGS | ||||
|  | ||||
| #if ENABLED(EEPROM_SETTINGS) | ||||
|   //#define DISABLE_M503  // Saves ~2700 bytes of PROGMEM. Disable for release! | ||||
|   #define EEPROM_CHITCHAT // Print a report on M500. Please keep turned on. | ||||
| #endif | ||||
| // | ||||
| #define EEPROM_SETTINGS   // Enable for M500 and M501 commands | ||||
| //#define DISABLE_M503    // Saves ~2700 bytes of PROGMEM. Disable for release! | ||||
| #define EEPROM_CHITCHAT   // Give feedback on EEPROM commands. Disable to save PROGMEM. | ||||
|  | ||||
| // | ||||
| // Host Keepalive | ||||
|   | ||||
		Reference in New Issue
	
	Block a user