diff options
Diffstat (limited to 'docs')
-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. |