aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/heater_fan.py
Commit message (Expand)AuthorAgeFilesLines
* heater_fan: Use config.getlist() for heater config optionKevin O'Connor2021-08-211-3/+2
* heater_fan: Fix typo causing excessive cpu usageKevin O'Connor2020-12-011-6/+5
* heater_fan: Improve timing of fan commandsKevin O'Connor2020-12-011-5/+10
* fan: Separate out the part cooling fan code from the generic fan codeKevin O'Connor2020-07-051-5/+4
* 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
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-2/+3
* extruder: Consistently use "extruder" for the primary extruderKevin O'Connor2019-11-071-1/+1
* heater_fan: add get_status methodJanar Sööt2019-06-041-0/+2
* klippy: Convert printer_state("ready") to an event handlerKevin O'Connor2019-01-081-7/+7
* heater_fan: Allow multiple heaters to be defined for a heater_fanKevin O'Connor2018-08-171-4/+7
* fan: Allow the fan shutdown_speed to be configuredKevin O'Connor2018-05-181-2/+1
* fan: Add a set_shutdown_speed() methodKevin O'Connor2018-04-201-1/+1
* fan: Scale fan speed requests between 0 and max_powerKevin O'Connor2018-04-201-4/+2
* heater: Add PrinterHeaters class that stores all sensors and heatersKevin O'Connor2018-04-041-3/+3
* klippy: Introduce load_config_prefix() for modules that take parametersKevin O'Connor2018-02-031-1/+1
* fan: Move fan code to extras directoryKevin O'Connor2018-01-281-0/+37