Default on/off for Power Loss Recovery (#17051)
This commit is contained in:
committed by
GitHub
parent
ad4a9eb73a
commit
552f7a91d0
@ -930,7 +930,7 @@ void MarlinSettings::postprocess() {
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
recovery.enabled
|
||||
#else
|
||||
true
|
||||
PLR_ENABLED_DEFAULT
|
||||
#endif
|
||||
;
|
||||
EEPROM_WRITE(recovery_enabled);
|
||||
@ -2670,7 +2670,7 @@ void MarlinSettings::reset() {
|
||||
//
|
||||
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
recovery.enable(true);
|
||||
recovery.enable(PLR_ENABLED_DEFAULT);
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user