🚸 Prefer friendly Power Off over Auto-unalive
This commit is contained in:
parent
af8747ec69
commit
aa778c3cb0
@ -112,9 +112,9 @@ void GcodeSuite::M81() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if HAS_SUICIDE
|
#if ENABLED(PSU_CONTROL)
|
||||||
suicide();
|
|
||||||
#elif ENABLED(PSU_CONTROL)
|
|
||||||
powerManager.power_off_soon();
|
powerManager.power_off_soon();
|
||||||
|
#elif HAS_SUICIDE
|
||||||
|
suicide();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user