mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 14:40:36 +09:00
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>
This commit is contained in:
@@ -126,7 +126,6 @@ restart_method: arduino
|
||||
kinematics: cartesian
|
||||
max_velocity: 150
|
||||
max_accel: 3000
|
||||
max_accel_to_decel: 1500
|
||||
max_z_velocity: 7
|
||||
max_z_accel: 50
|
||||
square_corner_velocity: 5
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user