diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-04-25 14:58:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-04-30 11:26:19 -0400 |
commit | b1ea4f3befe202e681115fe4e6b4a5986a581e17 (patch) | |
tree | ad5e4c02d6d0e0af60c6c882dd92637dbaa30fc0 /docs | |
parent | 5a5ecd88e22a25ef9ec5336f3d3220af042678be (diff) | |
download | kutter-b1ea4f3befe202e681115fe4e6b4a5986a581e17.tar.gz kutter-b1ea4f3befe202e681115fe4e6b4a5986a581e17.tar.xz kutter-b1ea4f3befe202e681115fe4e6b4a5986a581e17.zip |
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index bf8f1124..64fd43c5 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -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` |