Added current_block = NULL to quickStop()

master
Erik van der Zalm 12 years ago
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…
Cancel
Save