diff options
author | Adrian Keet <arkeet@gmail.com> | 2020-05-17 13:26:51 -0700 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2020-05-24 11:46:46 -0400 |
commit | b2671783700fa1891454d5841985cb3c3b5c6db3 (patch) | |
tree | c595c2d0cdb13cdca37a260b5fac3efe7431e414 /config/example-extras.cfg | |
parent | 9530373ccbf71f652d0cd0a6d1a22c84f68247e6 (diff) | |
download | kutter-b2671783700fa1891454d5841985cb3c3b5c6db3.tar.gz kutter-b2671783700fa1891454d5841985cb3c3b5c6db3.tar.xz kutter-b2671783700fa1891454d5841985cb3c3b5c6db3.zip |
controller_fan: Add fan_speed parameter.
This gives it parity with heater_fan. Also change the default speed from
max_power to 1.0, since it is already scaled by max_power in set_speed.
Signed-off-by: Adrian Keet <arkeet@gmail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 53488f44..bf7a73f5 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1086,6 +1086,10 @@ #kick_start_time: # See the "fan" section in example.cfg for a description of the # above parameters. +#fan_speed: 1.0 +# The fan speed (expressed as a value from 0.0 to 1.0) that the fan +# will be set to when a heater or stepper driver is active. +# The default is 1.0 #idle_timeout: # The ammount of time (in seconds) after a stepper driver or heater # was active and the fan should be kept running. The default @@ -1093,8 +1097,7 @@ #idle_speed: # The fan speed (expressed as a value from 0.0 to 1.0) that the fan # will be set to when a heater or stepper driver was active and before -# the idle_timeout is reached. This must be greater or equal -# max_power. The default is max_power +# the idle_timeout is reached. The default is fan_speed. #heater: # Name of the config section defining the heater that this fan is # associated with. If a comma separated list of heater names is |