diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-12-03 17:56:22 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-12-05 17:42:53 -0500 |
commit | 05d5451347e665e211662009837ee861a62dc372 (patch) | |
tree | f622bc22259792a22767da76035b5fc5cd64e9f3 /docs/G-Codes.md | |
parent | 795ce490a05b2ebae724cff634317f38bc38d721 (diff) | |
download | kutter-05d5451347e665e211662009837ee861a62dc372.tar.gz kutter-05d5451347e665e211662009837ee861a62dc372.tar.xz kutter-05d5451347e665e211662009837ee861a62dc372.zip |
docs: Improve max_accel documentation in Config_Reference.md
Note that the max_accel parameter is the actual acceleration used in
most movements.
Note that the accel/velocity limits can be changed using the
SET_VELOCITY_LIMIT command.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 6d492c25..8c70609f 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -1281,8 +1281,11 @@ The toolhead module is automatically loaded. #### SET_VELOCITY_LIMIT `SET_VELOCITY_LIMIT [VELOCITY=<value>] [ACCEL=<value>] -[ACCEL_TO_DECEL=<value>] [SQUARE_CORNER_VELOCITY=<value>]`: Modify the -printer's velocity limits. +[ACCEL_TO_DECEL=<value>] [SQUARE_CORNER_VELOCITY=<value>]`: This +command can alter the velocity limits that were specified in the +printer config file. See the +[printer config section](Config_Reference.md#printer) for a +description of each parameter. ### [tuning_tower] |