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