Disable steppers on M112 (#15065)
And change verbiage to not refer to "Emergency Stop."
This commit is contained in:
committed by
Scott Lahteine
parent
318356b6bc
commit
b7796bcce6
@@ -38,10 +38,10 @@ void GcodeSuite::M108() {
|
||||
}
|
||||
|
||||
/**
|
||||
* M112: Emergency Stop
|
||||
* M112: Full Shutdown
|
||||
*/
|
||||
void GcodeSuite::M112() {
|
||||
kill();
|
||||
kill(PSTR("M112 Shutdown"), true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user