diff options
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] |