Added current_block = NULL to quickStop()
This commit is contained in:
parent
f598077af3
commit
072011a3ef
1 changed files with 1 additions and 0 deletions
|
@ -822,6 +822,7 @@ void quickStop()
|
||||||
DISABLE_STEPPER_DRIVER_INTERRUPT();
|
DISABLE_STEPPER_DRIVER_INTERRUPT();
|
||||||
while(blocks_queued())
|
while(blocks_queued())
|
||||||
plan_discard_current_block();
|
plan_discard_current_block();
|
||||||
|
current_block = NULL;
|
||||||
ENABLE_STEPPER_DRIVER_INTERRUPT();
|
ENABLE_STEPPER_DRIVER_INTERRUPT();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue