Deploying to gh-pages from @ Klipper3d/klipper@373f200ca6 🚀

This commit is contained in:
KevinOConnor
2026-04-16 14:53:26 +00:00
parent f7d107acb6
commit abcb88401e
2 changed files with 6 additions and 1 deletions

View File

@@ -4545,6 +4545,11 @@ max_z_accel:
# This sets the maximum acceleration (in mm/s^2) of movement along
# the z axis. It limits the acceleration of the z stepper motor. The
# default is to use max_accel for max_z_accel.
# max_angular_velocity: 0
# This limits the maximum angular 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 to not apply maximum angular velocity limits.
# The stepper_bed section is used to describe the stepper controlling
# the bed.

File diff suppressed because one or more lines are too long