aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/temperature_fan.py
Commit message (Collapse)AuthorAgeFilesLines
* 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>