changed atomic access for updating the acceleration profile
the stepper interrupt is only halted when necessary and for the shortest time possible (8% cycle time)
This commit is contained in:
parent
67608a5014
commit
ea09ddba99
5 changed files with 47 additions and 24 deletions
|
|
@ -22,8 +22,6 @@
|
|||
#ifndef planner_h
|
||||
#define planner_h
|
||||
|
||||
extern uint32_t planner_steps_counter;
|
||||
|
||||
// The number of linear motions that can be in the plan at any give time
|
||||
#ifndef BLOCK_BUFFER_SIZE
|
||||
#define BLOCK_BUFFER_SIZE 18
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue