Prevent extra settings.load on boot (#14499)
This commit is contained in:
committed by
Scott Lahteine
parent
dc02d0720d
commit
8873c583d3
@ -941,7 +941,7 @@ void setup() {
|
||||
|
||||
// Load data from EEPROM if available (or use defaults)
|
||||
// This also updates variables in the planner, elsewhere
|
||||
(void)settings.load();
|
||||
settings.first_load();
|
||||
|
||||
#if HAS_M206_COMMAND
|
||||
// Initialize current position based on home_offset
|
||||
|
Reference in New Issue
Block a user