Added current_block = NULL to quickStop()
This commit is contained in:
parent
f598077af3
commit
072011a3ef
@ -822,6 +822,7 @@ void quickStop()
|
||||
DISABLE_STEPPER_DRIVER_INTERRUPT();
|
||||
while(blocks_queued())
|
||||
plan_discard_current_block();
|
||||
current_block = NULL;
|
||||
ENABLE_STEPPER_DRIVER_INTERRUPT();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user