fan_generic: Add support for named fans and gcode to control them (#3054)

Signed-off-by: Pontus Borg <liquidpontus@yahoo.se>
This commit is contained in:
bondus 2020-08-07 17:39:44 +02:00 committed by GitHub
parent 3eefc037c5
commit c9e7119a93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 0 deletions

View file

@ -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