aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/temperature_fan.py
Commit message (Expand)AuthorAgeFilesLines
* fan: Separate out the part cooling fan code from the generic fan codeKevin O'Connor2020-07-051-2/+2
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+1
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-1/+1
* temperature_fan: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-5/+5
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-2/+3
* heater: Fix misspelling of CelsiusKevin O'Connor2020-02-271-2/+2
* temperature_fan: add get_status() functionArksine2019-10-221-0/+5
* temperature_fan: Allow min_speed to be set to zeroKevin O'Connor2019-09-141-1/+1
* temperature_fan: Remove executable flag from temperature_fan.pyKevin O'Connor2019-06-101-0/+0
* temperature_fan: Add gcode command for temperature_fan.py (#1520)Martin Nowroth2019-04-151-1/+18
* temperature_fan: Fix. Temperature fan min speed should be used (#1405)Douglas Hammond2019-03-281-10/+18
* temperature_fan: Wrap code to 80 columnsKevin O'Connor2019-02-271-7/+13
* temperature_fan: Remove stats as it now supports gcode reportsDouglas Hammond2019-02-261-3/+0
* heater: Support generic gcode_id registration for sensorsDouglas Hammond2019-02-261-0/+3
* temperature_fan: Fix issue 403 use max_speedDouglas Hammond2018-06-191-1/+1
* temperature_fan: Don't write "temperature_fan " to prefix statsKevin O'Connor2018-05-231-1/+1
* temperature_fan: Don't always enable stats generationKevin O'Connor2018-05-231-1/+2
* fan: Allow the fan shutdown_speed to be configuredKevin O'Connor2018-05-181-2/+1
* Add temperature controlled fansDouglas Hammond2018-05-171-21/+97
* temperature_fan: Add support for temperature-triggered fan.Michael Barbour2018-05-101-0/+44