|
@ -938,14 +938,13 @@ FORCE_INLINE void process_commands() |
|
|
|
|
|
|
|
|
case 81: // M81 - ATX Power Off |
|
|
case 81: // M81 - ATX Power Off |
|
|
|
|
|
|
|
|
#if (SUICIDE_PIN >-1) |
|
|
#if defined SUICIDE_PIN && SUICIDE_PIN > -1 |
|
|
st_synchronize(); |
|
|
st_synchronize(); |
|
|
suicide(); |
|
|
suicide(); |
|
|
#else |
|
|
#elif (PS_ON_PIN > -1) |
|
|
#if (PS_ON_PIN > -1) |
|
|
|
|
|
SET_INPUT(PS_ON_PIN); //Floating |
|
|
SET_INPUT(PS_ON_PIN); //Floating |
|
|
#endif |
|
|
#endif |
|
|
#endif |
|
|
break; |
|
|
|
|
|
|
|
|
case 82: |
|
|
case 82: |
|
|
axis_relative_modes[3] = false; |
|
|
axis_relative_modes[3] = false; |
|
|