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