You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/config/ini-config.adoc
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -862,11 +862,9 @@ Finally, no amount of tweaking will speed up a tool path with lots of small, tig
862
862
* `MAX_LINEAR_ACCELERATION = 20.0` - (((MAX ACCELERATION))) The maximum acceleration for any axis or coordinated axis move, in 'machine units' per second per second.
S-curve planning is only active when `PLANNER_TYPE = 1` AND `MAX_LINEAR_JERK > 0`.
865
-
* `MAX_LINEAR_JERK = 0.0` - (((MAX JERK))) The maximum jerk (rate of change of acceleration) for coordinated moves, in 'machine units' per second cubed.
866
-
When set to 0 (default), jerk limiting is disabled.
867
-
When greater than 0 and `PLANNER_TYPE = 1`, enables S-curve trajectory planning.
868
-
* `DEFAULT_LINEAR_JERK = 0.0` - The default jerk value for coordinated moves, in 'machine units' per second cubed.
869
-
When set to 0, `MAX_LINEAR_JERK` is used.
865
+
* `MAX_LINEAR_JERK = 10000.0` - (((MAX JERK))) The maximum jerk (rate of change of acceleration) for coordinated moves, in 'machine units' per second cubed.
866
+
Default is 10000.0.
867
+
When `PLANNER_TYPE = 1`, this enables S-curve trajectory planning.
870
868
* `POSITION_FILE =` _position.txt_ - If set to a non-empty value, the joint positions are stored between runs in this file.
871
869
This allows the machine to start with the same coordinates it had on shutdown.
872
870
This assumes there was no movement of the machine while powered off.
0 commit comments