Push additional updates from @jgeisler0303
This commit is contained in:
parent
ea09ddba99
commit
a85e1b80f7
3 changed files with 8 additions and 6 deletions
|
|
@ -40,6 +40,7 @@ typedef struct {
|
|||
float nominal_speed_sqr; // The nominal speed for this block in mm/min
|
||||
float entry_speed_sqr; // Entry speed at previous-current block junction in mm/min
|
||||
float max_entry_speed_sqr; // Maximum allowable junction entry speed in mm/min
|
||||
float new_entry_speed_sqr; // Temporary entry speed used by the planner
|
||||
float millimeters; // The total travel of this block in mm
|
||||
float acceleration;
|
||||
uint8_t recalculate_flag; // Planner flag to recalculate trapezoids on entry junction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue