Config Reference: Add max_rad_velocity to polar kinematics

Adds max_rad_velocity for reducing rotational velocity as variable to config reference

Signed-off-by: Nils Hensch nils.hensch@gmx.de
This commit is contained in:
Neelix 2026-02-01 18:50:29 +01:00 committed by GitHub
parent 1ecd6f0138
commit 0fbe6ae210
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -531,6 +531,11 @@ max_z_velocity:
max_z_accel:
# This sets the maximum acceleration (in mm/s^2) of movement along
# the z axis. The default is to use max_accel for max_z_accel.
max_rad_velocity:
# This limits the maximum rotational velocity (in rad/s) of a move.
# Lower values will result in longer print times, but prevents too
# fast motions near the center. A value of 0 deactivates the
# scaling. The default is 0.
# The stepper_x section is used to describe the X axis as well as the
# stepper controlling the X-Z movement.