mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 07:04: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
|
@ -1224,6 +1224,12 @@
|
|||
# given id. The default is to not report the temperature via M105.
|
||||
|
||||
|
||||
# Manually controlled fan (one may define any number of sections with a
|
||||
# "fan_generic" prefix). The speed of a manually controlled fan is set with the
|
||||
# SET_FAN_SPEED gcode command.
|
||||
#[fan_generic extruder_partfan]
|
||||
# Options are the same as for the [fan] section
|
||||
|
||||
######################################################################
|
||||
# Additional servos, LEDs, buttons, and other pins
|
||||
######################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue