index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
controller_fan.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-14
/
+22
*
fan: Support calling set_speed() without a print_time
Kevin O'Connor
2024-09-30
1
-3
/
+1
*
controller_fan: Use config.getlist() for heater and stepper config parameters
Kevin O'Connor
2021-08-21
1
-12
/
+8
*
controller_fan: Minor updates
Kevin O'Connor
2021-07-20
1
-5
/
+6
*
controller_fan: Add "stepper" config option (#4447)
Sophie Hirn
2021-07-20
1
-2
/
+16
*
heater_fan: Fix typo causing excessive cpu usage
Kevin O'Connor
2020-12-01
1
-6
/
+5
*
controller_fan: Improve timing of fan commands
Kevin O'Connor
2020-12-01
1
-6
/
+11
*
controller_fan: add get_status (#3566)
Stefan Dej
2020-11-23
1
-0
/
+2
*
fan: Separate out the part cooling fan code from the generic fan code
Kevin O'Connor
2020-07-05
1
-6
/
+5
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+1
*
controller_fan: Add fan_speed parameter.
Adrian Keet
2020-05-24
1
-6
/
+4
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-3
/
+2
*
heaters: Make heater.py an "extras" module
Kevin O'Connor
2020-04-25
1
-2
/
+3
*
stepper: Move MCU_stepper from mcu.py to stepper.py
Kevin O'Connor
2019-11-12
1
-1
/
+1
*
stepper_enable: Move enable tracking from stepper.py to stepper_enable.py
Kevin O'Connor
2019-11-12
1
-4
/
+6
*
controller_fan: Replace else followed by single if with elif
Master92
2019-09-17
1
-4
/
+3
*
controller_fan: Use keyword arguments to improve readability
Master92
2019-09-17
1
-3
/
+5
*
controller_fan: Use snake-case for all variables and function-names
Master92
2019-09-17
1
-2
/
+2
*
controller_fan: Use _ to declare discarded return value
Master92
2019-09-17
1
-1
/
+1
*
controller_fan: Declare instance-attribute in __init__
Master92
2019-09-17
1
-0
/
+1
*
controller_fan: Allow multiple controller_fan sections to be defined
Kevin O'Connor
2019-03-10
1
-1
/
+1
*
controller_fan: Add support for a fan cooling the controller-board (#1070)
Master92
2019-01-10
1
-0
/
+53