Make all EEPROM optimization options available

This commit is contained in:
Scott Lahteine
2017-07-02 19:43:34 -05:00
parent 015839fc50
commit 69297b2d7b
32 changed files with 158 additions and 219 deletions

View File

@ -944,6 +944,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)
@ -968,8 +969,8 @@
// 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
//
//#define EEPROM_SETTINGS // Enable for M500 and M501 commands
#if ENABLED(EEPROM_SETTINGS)
// To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out: