diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-06-03 14:07:56 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-06-03 14:07:56 -0400 |
commit | 703418de01a550fe59c7cbe7ae73815947c35021 (patch) | |
tree | 0eb24da8041539fa27e41728a600c57621f6a69a /docs/G-Codes.md | |
parent | 27f8cf025ef348eb3fd16cc32a0d738e2effa9af (diff) | |
download | kutter-703418de01a550fe59c7cbe7ae73815947c35021.tar.gz kutter-703418de01a550fe59c7cbe7ae73815947c35021.tar.xz kutter-703418de01a550fe59c7cbe7ae73815947c35021.zip |
docs: Update G-Codes.md now that SET_VELOCITY_LIMIT can exceed config
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 38e7e389..a885aef1 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -161,8 +161,7 @@ The following standard commands are supported: MINIMUM and/or at or below the supplied MAXIMUM. - `SET_VELOCITY_LIMIT [VELOCITY=<value>] [ACCEL=<value>] [ACCEL_TO_DECEL=<value>] [SQUARE_CORNER_VELOCITY=<value>]`: Modify - the printer's velocity limits. Note that one may only set values - less than or equal to the limits specified in the config file. + the printer's velocity limits. - `SET_HEATER_TEMPERATURE HEATER=<heater_name> [TARGET=<target_temperature>]`: Sets the target temperature for a heater. If a target temperature is not supplied, the target is 0. |