mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-04 13:57:45 -07:00
toolhead: Remove support for max_accel_to_decel
This support was deprecated on 20240313. Remove the remaining compatibility code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
cfc58d3ce7
commit
3ef760c18f
4 changed files with 7 additions and 22 deletions
|
|
@ -126,8 +126,6 @@ max_accel:
|
|||
# decelerate to zero at each corner. The value specified here may be
|
||||
# changed at runtime using the SET_VELOCITY_LIMIT command. The
|
||||
# default is 5mm/s.
|
||||
#max_accel_to_decel:
|
||||
# This parameter is deprecated and should no longer be used.
|
||||
```
|
||||
|
||||
### [stepper]
|
||||
|
|
@ -740,7 +738,6 @@ max_velocity:
|
|||
max_accel:
|
||||
#minimum_cruise_ratio:
|
||||
#square_corner_velocity:
|
||||
#max_accel_to_decel:
|
||||
#max_z_velocity:
|
||||
#max_z_accel:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue