mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 23:24:01 -06:00
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:
parent
3eefc037c5
commit
c9e7119a93
3 changed files with 41 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue