diff options
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 199dc283..1f88937a 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -1291,7 +1291,7 @@ The toolhead module is automatically loaded. #### SET_VELOCITY_LIMIT `SET_VELOCITY_LIMIT [VELOCITY=<value>] [ACCEL=<value>] -[ACCEL_TO_DECEL=<value>] [SQUARE_CORNER_VELOCITY=<value>]`: This +[MINIMUM_CRUISE_RATIO=<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 |