diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-10 13:57:01 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-10 13:57:01 -0400 |
commit | d3f6dad85383c2435f15700dfaf685938fa3f367 (patch) | |
tree | 8bfbe4682570ddf4b9b03aa980e5baa850dabc2f /config/example-extras.cfg | |
parent | 19c7955f2a181874884921b6f6e424571ea61202 (diff) | |
download | kutter-d3f6dad85383c2435f15700dfaf685938fa3f367.tar.gz kutter-d3f6dad85383c2435f15700dfaf685938fa3f367.tar.xz kutter-d3f6dad85383c2435f15700dfaf685938fa3f367.zip |
controller_fan: Allow multiple controller_fan sections to be defined
It may be necessary to define multiple fans, so allow each config
section to be named.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 33563ebf..14a02d08 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -565,12 +565,13 @@ # is 1.0 -# Controller cooling fan. A "controller fan" is a fan that will be +# Controller cooling fan (one may define any number of sections with a +# "controller_fan" prefix). A "controller fan" is a fan that will be # enabled whenever its associated heater or any configured stepper # driver is active. The fan will stop, whenever an idle_timeout is # reached to ensure no overheating will occur after deactivating a # watched component. -#[controller_fan] +#[controller_fan my_controller_fan] #pin: #max_power: #shutdown_speed: |