mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-08 01:01:06 -07:00
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:
parent
1ecd6f0138
commit
0fbe6ae210
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue