diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-04-20 13:15:03 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-04-20 13:15:03 -0400 |
commit | 85e6cd865c7e6e053971cac456155e5fbd97ccd6 (patch) | |
tree | 6f30ac3573561d58cb87a2ee0fe8847e705b149c /config/example-extras.cfg | |
parent | 48e9fa04e78e4c57fbd558281170d16ab357377f (diff) | |
download | kutter-85e6cd865c7e6e053971cac456155e5fbd97ccd6.tar.gz kutter-85e6cd865c7e6e053971cac456155e5fbd97ccd6.tar.xz kutter-85e6cd865c7e6e053971cac456155e5fbd97ccd6.zip |
fan: Scale fan speed requests between 0 and max_power
If the fan's max power is limited by the config, then scale speed
requests between 0 and max_power. This makes more sense for typical
g-code fan speeds.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index c1370eda..8a26f50c 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -205,10 +205,10 @@ #heater_temp: 50.0 # A temperature (in Celsius) that the heater must drop below before # the fan is disabled. The default is 50 Celsius. -#fan_speed: +#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 its associated heater is enabled. The default -# is max_power. +# is 1.0 # Additional micro-controllers (one may define any number of sections |