mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 12:04:19 +00:00
small mistake
This commit is contained in:
parent
cee5f9020a
commit
7aeb45303d
@ -937,7 +937,9 @@ FORCE_INLINE void process_commands()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
case 81: // M81 - ATX Power Off
|
case 81: // M81 - ATX Power Off
|
||||||
|
|
||||||
#if (SUICIDE_PIN >-1)
|
#if (SUICIDE_PIN >-1)
|
||||||
|
st_synchronize();
|
||||||
suicide();
|
suicide();
|
||||||
#else
|
#else
|
||||||
#if (PS_ON_PIN > -1)
|
#if (PS_ON_PIN > -1)
|
||||||
|
Loading…
Reference in New Issue
Block a user