diff options
author | bondus <liquidpontus@yahoo.se> | 2020-08-07 17:39:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 11:39:44 -0400 |
commit | c9e7119a933530c2989c94f7333bbea963a47fbd (patch) | |
tree | ac3db34cf96f5e5d43cfa831f1c4db51a87ad765 /docs/G-Codes.md | |
parent | 3eefc037c5ffbef5dbb4d40baa89bee6d0f98473 (diff) | |
download | kutter-c9e7119a933530c2989c94f7333bbea963a47fbd.tar.gz kutter-c9e7119a933530c2989c94f7333bbea963a47fbd.tar.xz kutter-c9e7119a933530c2989c94f7333bbea963a47fbd.zip |
fan_generic: Add support for named fans and gcode to control them (#3054)
Signed-off-by: Pontus Borg <liquidpontus@yahoo.se>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 35523839..3b5db9ad 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -244,6 +244,13 @@ The following command is available when an "output_pin" config section is enabled: - `SET_PIN PIN=config_name VALUE=<value>` +## Manually Controlled Fans Commands + +The following command is available when a "fan_generic" config section +is enabled: +- `SET_FAN_SPEED FAN=config_name SPEED=<speed>` This command sets + the speed of a fan. <speed> must be between 0.0 and 1.0. + ## Neopixel and Dotstar Commands The following command is available when "neopixel" or "dotstar" config |