mirror of
https://github.com/grblHAL/core.git
synced 2026-08-17 08:31:43 +08:00
Update planner.h
First experimental checkin for constant jerk motions
This commit is contained in:
@@ -61,7 +61,9 @@ typedef struct plan_block {
|
|||||||
float entry_speed_sqr; // The current planned entry speed at block junction in (mm/min)^2
|
float entry_speed_sqr; // The current planned entry speed at block junction in (mm/min)^2
|
||||||
float max_entry_speed_sqr; // Maximum allowable entry speed based on the minimum of junction limit and
|
float max_entry_speed_sqr; // Maximum allowable entry speed based on the minimum of junction limit and
|
||||||
// neighboring nominal speeds with overrides in (mm/min)^2
|
// neighboring nominal speeds with overrides in (mm/min)^2
|
||||||
float acceleration; // Axis-limit adjusted line acceleration in (mm/min^2). Does not change.
|
float acceleration; // Effective acceleration over plannerblock calculated from trapezoidal movement plan.
|
||||||
|
float max_acceleration // Axis-limit adjusted line acceleration in (mm/min^2). Does not change.
|
||||||
|
float jerk // Axis-limit adjusted jerk value in (mm/min^3). Does not change.
|
||||||
float millimeters; // The remaining distance for this block to be executed in (mm).
|
float millimeters; // The remaining distance for this block to be executed in (mm).
|
||||||
// NOTE: This value may be altered by stepper algorithm during execution.
|
// NOTE: This value may be altered by stepper algorithm during execution.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user