aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/controller_fan.py
Commit message (Expand)AuthorAgeFilesLines
* controller_fan: Minor updatesKevin O'Connor2021-07-201-5/+6
* controller_fan: Add "stepper" config option (#4447)Sophie Hirn2021-07-201-2/+16
* heater_fan: Fix typo causing excessive cpu usageKevin O'Connor2020-12-011-6/+5
* controller_fan: Improve timing of fan commandsKevin O'Connor2020-12-011-6/+11
* controller_fan: add get_status (#3566)Stefan Dej2020-11-231-0/+2
* fan: Separate out the part cooling fan code from the generic fan codeKevin O'Connor2020-07-051-6/+5
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+1
* controller_fan: Add fan_speed parameter.Adrian Keet2020-05-241-6/+4
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-3/+2
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-2/+3
* stepper: Move MCU_stepper from mcu.py to stepper.pyKevin O'Connor2019-11-121-1/+1
* stepper_enable: Move enable tracking from stepper.py to stepper_enable.pyKevin O'Connor2019-11-121-4/+6
* controller_fan: Replace else followed by single if with elifMaster922019-09-171-4/+3
* controller_fan: Use keyword arguments to improve readabilityMaster922019-09-171-3/+5
* controller_fan: Use snake-case for all variables and function-namesMaster922019-09-171-2/+2
* controller_fan: Use _ to declare discarded return valueMaster922019-09-171-1/+1
* controller_fan: Declare instance-attribute in __init__Master922019-09-171-0/+1
* controller_fan: Allow multiple controller_fan sections to be definedKevin O'Connor2019-03-101-1/+1
* controller_fan: Add support for a fan cooling the controller-board (#1070)Master922019-01-101-0/+53