diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-12-03 18:50:44 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-03-13 21:31:37 -0400 |
commit | 0105aa330f2a4865b01cbbc548cba1322be5371e (patch) | |
tree | aac2527aed98d2aa5dcef13d1b16ac6efda704ff /docs/Status_Reference.md | |
parent | 18de421c4acbdb00946df35dfb412dedb159abca (diff) | |
download | kutter-0105aa330f2a4865b01cbbc548cba1322be5371e.tar.gz kutter-0105aa330f2a4865b01cbbc548cba1322be5371e.tar.xz kutter-0105aa330f2a4865b01cbbc548cba1322be5371e.zip |
toolhead: Replace max_accel_to_decel with minimum_cruise_ratio
The user facing max_accel_to_decel setting is complicated and
confusing. Replace it with a new minimum_cruise_ratio parameter.
Internally this user-facing parameter will calculate the existing
low-level "accel_to_decel" mechanism.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 055d1dc0..0e72a12b 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -511,7 +511,7 @@ The following information is available in the `toolhead` object limit value (eg, `axis_minimum.x`, `axis_maximum.z`). - For Delta printers the `cone_start_z` is the max z height at maximum radius (`printer.toolhead.cone_start_z`). -- `max_velocity`, `max_accel`, `max_accel_to_decel`, +- `max_velocity`, `max_accel`, `minimum_cruise_ratio`, `square_corner_velocity`: The current printing limits that are in effect. This may differ from the config file settings if a `SET_VELOCITY_LIMIT` (or `M204`) command alters them at run-time. |