mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
Power off in kill
instead of setting PS_ON to input
This commit is contained in:
parent
5793ca42b5
commit
af3500044a
1 changed files with 1 additions and 1 deletions
|
@ -13589,7 +13589,7 @@ void kill(const char* lcd_msg) {
|
|||
#endif
|
||||
|
||||
#if HAS_POWER_SWITCH
|
||||
SET_INPUT(PS_ON_PIN);
|
||||
PSU_OFF();
|
||||
#endif
|
||||
|
||||
suicide();
|
||||
|
|
Loading…
Reference in a new issue