diff options
author | Martin Nowroth <34624546+nashuar@users.noreply.github.com> | 2020-07-26 16:39:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 10:39:53 -0400 |
commit | ab923883f7fdf27a054b1b41c1de28c4f669678f (patch) | |
tree | 689d8d071a5ced260c52ed605221b3459bcd2ce1 /docs/G-Codes.md | |
parent | 4795c0896dca5988aa1573c3cd487288d13f02a7 (diff) | |
download | kutter-ab923883f7fdf27a054b1b41c1de28c4f669678f.tar.gz kutter-ab923883f7fdf27a054b1b41c1de28c4f669678f.tar.xz kutter-ab923883f7fdf27a054b1b41c1de28c4f669678f.zip |
docs: Update G-Codes.md for SET_TEMPERATURE_FAN_TARGET (#3122)
Added extended G-Code documentation for SET_TEMPERATURE_FAN_TARGET
Signed-off-by: Martin Nowroth <madnoth@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 0ec0460e..5b5c0374 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -210,6 +210,8 @@ The following standard commands are supported: defaults to "display" (the primary display). - `SET_IDLE_TIMEOUT [TIMEOUT=<timeout>]`: Allows the user to set the idle timeout (in seconds). +- `SET_TEMPERATURE_FAN_TARGET temperature_fan=<temperature_fan_name> [target=<target_temperature>]`: + Sets the target temperature for a temperature_fan. If a target is not supplied, it is set to the specified temperature in the config file. - `RESTART`: This will cause the host software to reload its config and perform an internal reset. This command will not clear error state from the micro-controller (see FIRMWARE_RESTART) nor will it |