Handle M410 in the main task (#19752)

This commit is contained in:
Victor Oliveira
2020-10-16 18:11:00 -03:00
committed by GitHub
parent 9b9cd698a5
commit e370834c35
3 changed files with 11 additions and 3 deletions

View File

@@ -32,6 +32,7 @@
// Static data members
bool EmergencyParser::killed_by_M112, // = false
EmergencyParser::quickstop_by_M410,
EmergencyParser::enabled;
#if ENABLED(HOST_PROMPT_SUPPORT)