M112 now works
Linked emergency stop routine to M112
This commit is contained in:
parent
799e69dca2
commit
f3943dd15e
1 changed files with 1 additions and 0 deletions
|
@ -1512,6 +1512,7 @@ bool GCodes::ActOnGcode(GCodeBuffer *gb)
|
|||
break;
|
||||
|
||||
case 112: // Emergency stop - acted upon in Webserver
|
||||
reprap.EmergencyStop();
|
||||
break;
|
||||
|
||||
case 114: // Deprecated
|
||||
|
|
Reference in a new issue