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 /config/printer-sovol-sv05-2022.cfg | |
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 'config/printer-sovol-sv05-2022.cfg')
-rw-r--r-- | config/printer-sovol-sv05-2022.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/printer-sovol-sv05-2022.cfg b/config/printer-sovol-sv05-2022.cfg index dafc6f3c..0ec03f84 100644 --- a/config/printer-sovol-sv05-2022.cfg +++ b/config/printer-sovol-sv05-2022.cfg @@ -19,7 +19,7 @@ restart_method: command kinematics: cartesian max_velocity: 300 max_accel: 1000 -max_accel_to_decel: 1000 +minimum_cruise_ratio: 0.0 max_z_velocity: 5 max_z_accel: 100 |