Add quickstop_stepper to update current position with stepper.quick_stop()

This commit is contained in:
Scott Lahteine
2016-07-06 12:00:28 -07:00
parent ecffe92e20
commit 834ad14c8d
5 changed files with 12 additions and 23 deletions

View File

@ -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;