Browse Source

Turn power off in `kill` instead of setting PS_ON to input

pull/1/head
Scott Lahteine 6 years ago
parent
commit
72281c4ff9
  1. 2
      Marlin/src/Marlin.cpp

2
Marlin/src/Marlin.cpp

@ -591,7 +591,7 @@ void kill(const char* lcd_msg) {
#endif
#if HAS_POWER_SWITCH
SET_INPUT(PS_ON_PIN);
PSU_OFF();
#endif
#if HAS_SUICIDE

Loading…
Cancel
Save