aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorbondus <liquidpontus@yahoo.se>2020-08-07 17:39:44 +0200
committerGitHub <noreply@github.com>2020-08-07 11:39:44 -0400
commitc9e7119a933530c2989c94f7333bbea963a47fbd (patch)
treeac3db34cf96f5e5d43cfa831f1c4db51a87ad765 /docs
parent3eefc037c5ffbef5dbb4d40baa89bee6d0f98473 (diff)
downloadkutter-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')
-rw-r--r--docs/G-Codes.md7
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