Add quickstop_stepper to update current position with stepper.quick_stop()
This commit is contained in:
parent
ecffe92e20
commit
834ad14c8d
5 changed files with 12 additions and 23 deletions
|
|
@ -450,7 +450,8 @@ MarlinSerial customizedSerial;
|
|||
case state_M41:
|
||||
switch (c) {
|
||||
case '0':
|
||||
{ state = state_RESET; stepper.quick_stop(); }
|
||||
state = state_RESET;
|
||||
quickstop_stepper();
|
||||
break;
|
||||
case ';':
|
||||
state = state_IGNORE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue