|
@@ -955,15 +955,7 @@ void setup() {
|
955
|
955
|
|
956
|
956
|
// Load data from EEPROM if available (or use defaults)
|
957
|
957
|
// This also updates variables in the planner, elsewhere
|
958
|
|
- #if ENABLED(EEPROM_AUTO_INIT)
|
959
|
|
- if (!settings.load()) {
|
960
|
|
- (void)settings.reset();
|
961
|
|
- (void)settings.save();
|
962
|
|
- SERIAL_ECHO_MSG("EEPROM Initialized");
|
963
|
|
- }
|
964
|
|
- #else
|
965
|
|
- (void)settings.load();
|
966
|
|
- #endif
|
|
958
|
+ (void)settings.load();
|
967
|
959
|
|
968
|
960
|
#if HAS_M206_COMMAND
|
969
|
961
|
// Initialize current position based on home_offset
|