mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
🚸 Purge PLR on power-off (2)
This commit is contained in:
parent
4f159a94cd
commit
cf46d1880c
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
|||
#include "../../feature/power.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
#include "../../feature/powerloss.h"
|
||||
#endif
|
||||
|
||||
#if HAS_SUICIDE
|
||||
#include "../../MarlinCore.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue