Skip to content

Conversation

@theogayar
Copy link

@theogayar theogayar commented Jul 1, 2025

It seems that the macro was never updated following Klipper's deprecation of "ACCEL_TO_DECEL"

This PR simply aims to remove the error message that gets thrown by klipper every time the macro is called :

Error on 'SET_VELOCITY_LIMIT VELOCITY=500.0 ACCEL=4000.0 ACCEL_TO_DECEL=': unable to parse

See : Klipper's config changelog on 20240313

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 instead. The deprecated features will be removed in the near future, and using them in the interim may result in subtly different behavior.

Removing the error message from klipper following changes 20240313
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant