parent
7450b7c36e
commit
b6fa55aa37
3 changed files with 17 additions and 8 deletions
|
|
@ -80,6 +80,8 @@
|
|||
|
||||
#if ENABLED(EMERGENCY_PARSER)
|
||||
|
||||
bool killed_by_M112; // = false
|
||||
|
||||
#include "stepper.h"
|
||||
#include "language.h"
|
||||
|
||||
|
|
@ -155,7 +157,7 @@
|
|||
wait_for_user = wait_for_heatup = false;
|
||||
break;
|
||||
case state_M112:
|
||||
kill(PSTR(MSG_KILLED));
|
||||
killed_by_M112 = true;
|
||||
break;
|
||||
case state_M410:
|
||||
quickstop_stepper();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue