Commit 505aab6a authored by MagoKimbra's avatar MagoKimbra

Add Kill Method

parent 88921c5c
......@@ -8024,7 +8024,7 @@ void manage_inactivity(bool ignore_stepper_queue/*=false*/) {
void kill(const char* lcd_msg) {
#if ENABLED(KILL_METHOD) && KILL_METHOD == 1
HAL::resetHardware();
#else
#endif
#if ENABLED(ULTRA_LCD)
lcd_setalertstatuspgm(lcd_msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment