diff options
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 |