mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 22:14:05 -06:00
toolhead: Do not limit SET_VELOCITY_LIMIT to values specified in config
Allow a larger velocity, accel, and square_corner_velocity than what is specified in the config file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
5a5ecd88e2
commit
b1ea4f3bef
2 changed files with 8 additions and 8 deletions
|
@ -6,6 +6,10 @@ All dates in this document are approximate.
|
|||
|
||||
# Changes
|
||||
|
||||
20210430: The SET_VELOCITY_LIMIT (and M204) command may now set a
|
||||
velocity, acceleration, and square_corner_velocity larger than the
|
||||
specified values in the config file.
|
||||
|
||||
20210325: Support for the `pin_map` config option is deprecated. Use
|
||||
the [sample-aliases.cfg](../config/sample-aliases.cfg) file to
|
||||
translate to the actual micro-controller pin names. The `pin_map`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue