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/Config_Changes.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/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 980c4f33..668732f9 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,14 @@ All dates in this document are approximate. ## Changes +20240313: The `max_accel_to_decel` parameter in the `[printer]` config +section has been deprecated. The `ACCEL_TO_DECEL` parameter of the +`SET_VELOCITY_LIMIT` command has been deprecated. The +`printer.toolhead.max_accel_to_decel` status has been removed. Use the +[minimum_cruise_ratio parameter](./Config_Reference.md#printer) +instead. The deprecated features will be removed in the near future, +and using them in the interim may result in subtly different behavior. + 20240215: Several deprecated features have been removed. Using "NTC 100K beta 3950" as a thermistor name has been removed (deprecated on 20211110). The `SYNC_STEPPER_TO_EXTRUDER` and |