0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-25 15:42:42 +00:00

clarify ?

This commit is contained in:
Scott Lahteine 2024-01-19 13:46:08 -06:00 committed by vovodroid
parent e95f1d9acc
commit 935b3c669c

View file

@ -1764,7 +1764,7 @@
//#define BACKUP_POWER_SUPPLY // Backup power / UPS to move the steppers on power-loss
#if ENABLED(BACKUP_POWER_SUPPLY)
//#define POWER_LOSS_RETRACT_LEN 10 // (mm) Length of filament to retract on fail
//#define PLR_REBOOT_TIMEOUT 60 // (seconds) Restart after power loss if it returned while UPS still had power.
//#define PLR_REBOOT_TIMEOUT 60 // (seconds) Restart after power loss if UPS never lost power
#endif
// Enable if Z homing is needed for proper recovery. 99.9% of the time this should be disabled!