Fix M112 with Emergency Parser
This commit is contained in:
parent
4dca6d50c0
commit
79c2f05e7d
4 changed files with 4 additions and 3 deletions
|
|
@ -440,7 +440,7 @@ void GCodeQueue::get_serial_commands() {
|
|||
wait_for_user = false;
|
||||
#endif
|
||||
}
|
||||
if (strcmp(command, "M112") == 0) kill();
|
||||
if (strcmp(command, "M112") == 0) kill(M112_KILL_STR, nullptr, true);
|
||||
if (strcmp(command, "M410") == 0) quickstop_stepper();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue