0
0
Fork 0
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:
Scott Lahteine 2018-03-18 20:56:40 -05:00
parent 5793ca42b5
commit af3500044a

View file

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