diff options
author | KevinOConnor <kevin@koconnor.net> | 2019-02-14 10:08:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-14 10:08:26 -0500 |
commit | c6d1d1bd8ce26e87ed0a302d72dd1bc2828cb7ff (patch) | |
tree | 4485475275920bbf677da35bd0c5012fcabe5fbb /docs/G-Codes.md | |
parent | dd303ec4a956ee922077b895201d7607875cd02c (diff) | |
parent | 6316b2c1b6d6a1b3c276049bbb02959d63d7d89b (diff) | |
download | kutter-c6d1d1bd8ce26e87ed0a302d72dd1bc2828cb7ff.tar.gz kutter-c6d1d1bd8ce26e87ed0a302d72dd1bc2828cb7ff.tar.xz kutter-c6d1d1bd8ce26e87ed0a302d72dd1bc2828cb7ff.zip |
Merge pull request #1242 from john--/pr_generic_heater
Generic Heater Support
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 77fd70e9..b9260b43 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -111,6 +111,9 @@ The following standard commands are supported: [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. +- `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. - `SET_PRESSURE_ADVANCE [EXTRUDER=<config_name>] [ADVANCE=<pressure_advance>] [ADVANCE_LOOKAHEAD_TIME=<pressure_advance_lookahead_time>]`: Set pressure advance parameters. If EXTRUDER is not specified, it |