Implement M0/M1 for EMERGENCY_PARSER

This commit is contained in:
Scott Lahteine
2016-09-11 20:51:53 -05:00
parent 786d1afb72
commit c5fa70809b
3 changed files with 68 additions and 27 deletions

View File

@ -509,6 +509,9 @@ MarlinSerial customizedSerial;
switch (state) {
case state_M108:
wait_for_heatup = false;
#if DISABLED(ULTIPANEL)
wait_for_user = false;
#endif
break;
case state_M112:
kill(PSTR(MSG_KILLED));