mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 07:00:42 +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"
|
#include "../../feature/power.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||||
|
#include "../../feature/powerloss.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if HAS_SUICIDE
|
#if HAS_SUICIDE
|
||||||
#include "../../MarlinCore.h"
|
#include "../../MarlinCore.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue