aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/temperature_fan.py
Commit message (Collapse)AuthorAgeFilesLines
* temperature_fan: Fix issue 403 use max_speedDouglas Hammond2018-06-191-1/+1
| | | Signed-off-by Douglas Hammond <wizhippo@gmail.com>
* temperature_fan: Don't write "temperature_fan " to prefix statsKevin O'Connor2018-05-231-1/+1
| | | | | | Just write the user provided name in the stats. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* temperature_fan: Don't always enable stats generationKevin O'Connor2018-05-231-1/+2
| | | | | | | Don't return True from the stats() method - that keeps stats logging on permanently. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* fan: Allow the fan shutdown_speed to be configuredKevin O'Connor2018-05-181-2/+1
| | | | | | | Add a shutdown_speed config option to fans so that users can specify the speed on a shutdown event. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Add temperature controlled fansDouglas Hammond2018-05-171-21/+97
| | | | Signed-off-by Douglas Hammond <wizhippo@gmail.com>
* temperature_fan: Add support for temperature-triggered fan.Michael Barbour2018-05-101-0/+44
Signed-off-by: Michael Barbour <barbour.michael.0@gmail.com>