diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-07-04 11:38:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-07-05 10:43:34 -0400 |
commit | 57932713086ad599048c7b70fb89285d55c86f92 (patch) | |
tree | 9e72c926f376888f0c6ab7dcc79aedf484833c26 /config/example.cfg | |
parent | 09140a51d560372bb7e77297f7a2807e717167a0 (diff) | |
download | kutter-57932713086ad599048c7b70fb89285d55c86f92.tar.gz kutter-57932713086ad599048c7b70fb89285d55c86f92.tar.xz kutter-57932713086ad599048c7b70fb89285d55c86f92.zip |
fan: Support setting a max_power attribute for the print cooling fan
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg index 2bba823e..88f568e9 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -245,6 +245,13 @@ max_temp: 110 pin: ar14 # PWM output pin controlling the fan. This parameter must be # provided. +#max_power: 1.0 +# The maximum power (expressed as a value from 0.0 to 1.0) that the +# pin may be set to. The value 1.0 allows the pin to be set fully +# enabled for extended periods, while a value of 0.5 would allow the +# pin to be enabled for no more than half the time. This setting may +# be used to limit the total power output (over extended periods) to +# the fan. The default is 1.0. #hard_pwm: 0 # Set this value to force hardware PWM instead of software PWM. Set # to 1 to force a hardware PWM at the fastest rate; set to a higher |