#include "pinio.h"
void power_off() {
#ifdef X_ENABLE_PIN
x_disable();
#endif
#ifdef Y_ENABLE_PIN
y_disable();
#ifdef Z_ENABLE_PIN
z_disable();
#ifdef STEPPER_ENABLE_PIN
SET_INPUT(STEPPER_ENABLE_PIN);
#ifdef PS_ON_PIN
SET_INPUT(PS_ON_PIN);
}