aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/temperature_fan.py
Commit message (Collapse)AuthorAgeFilesLines
* heater: Fix misspelling of CelsiusKevin O'Connor2020-02-271-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* temperature_fan: add get_status() functionArksine2019-10-221-0/+5
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* temperature_fan: Allow min_speed to be set to zeroKevin O'Connor2019-09-141-1/+1
| | | | | | Reported by @meteyou. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* temperature_fan: Remove executable flag from temperature_fan.pyKevin O'Connor2019-06-101-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* temperature_fan: Add gcode command for temperature_fan.py (#1520)Martin Nowroth2019-04-151-1/+18
| | | | | | Adding gcode command for setting the target temperature of temperature_fan. Example gcode: SET_TEMPERATURE_FAN_TARGET temperature_fan=chamber target=35.0 Signed-off-by: Martin Nowroth <madnoth@gmail.com>
* temperature_fan: Fix. Temperature fan min speed should be used (#1405)Douglas Hammond2019-03-281-10/+18
| | | Signed-off-by: Douglas Hammond <wizhippo@gmail.com>
* temperature_fan: Wrap code to 80 columnsKevin O'Connor2019-02-271-7/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* temperature_fan: Remove stats as it now supports gcode reportsDouglas Hammond2019-02-261-3/+0
| | | | Signed-off-by: Douglas Hammond <wizhippo@gmail.com>
* heater: Support generic gcode_id registration for sensorsDouglas Hammond2019-02-261-0/+3
| | | | | | | | Support reading a "gcode_id" parameter from heater/sensor config sections. Signed-off-by: Douglas Hammond <wizhippo@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>