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 ...
{% setold_accel_to_decel= printer.toolhead.max_accel_to_decel%} {% setold_cruise_ratio= printer.toolhead.minimum_cruise_ratio%} {% setold_sqv= printer.toolhead.square_corner_velocity %} Expand All@@ -34,7 +34,7 @@ gcode:
Considering the changes in Klipper as per #6418 this PR replaces the old max_accel_to_decel value with the new minimum_cruise_ratio for the tests.