mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
🚸 Prefer friendly Power Off over Auto-unalive
This commit is contained in:
parent
87dde46fb0
commit
daeffbc944
1 changed files with 3 additions and 3 deletions
|
@ -112,9 +112,9 @@ void GcodeSuite::M81() {
|
|||
return;
|
||||
}
|
||||
|
||||
#if HAS_SUICIDE
|
||||
suicide();
|
||||
#elif ENABLED(PSU_CONTROL)
|
||||
#if ENABLED(PSU_CONTROL)
|
||||
powerManager.power_off_soon();
|
||||
#elif HAS_SUICIDE
|
||||
suicide();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue