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
/
heater_fan.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
heater_fan: Fix typo causing excessive cpu usage
Kevin O'Connor
2020-12-01
1
-6
/
+5
*
heater_fan: Improve timing of fan commands
Kevin O'Connor
2020-12-01
1
-5
/
+10
*
fan: Separate out the part cooling fan code from the generic fan code
Kevin O'Connor
2020-07-05
1
-5
/
+4
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+1
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-1
/
+1
*
heaters: Make heater.py an "extras" module
Kevin O'Connor
2020-04-25
1
-2
/
+3
*
extruder: Consistently use "extruder" for the primary extruder
Kevin O'Connor
2019-11-07
1
-1
/
+1
*
heater_fan: add get_status method
Janar Sööt
2019-06-04
1
-0
/
+2
*
klippy: Convert printer_state("ready") to an event handler
Kevin O'Connor
2019-01-08
1
-7
/
+7
*
heater_fan: Allow multiple heaters to be defined for a heater_fan
Kevin O'Connor
2018-08-17
1
-4
/
+7
*
fan: Allow the fan shutdown_speed to be configured
Kevin O'Connor
2018-05-18
1
-2
/
+1
*
fan: Add a set_shutdown_speed() method
Kevin O'Connor
2018-04-20
1
-1
/
+1
*
fan: Scale fan speed requests between 0 and max_power
Kevin O'Connor
2018-04-20
1
-4
/
+2
*
heater: Add PrinterHeaters class that stores all sensors and heaters
Kevin O'Connor
2018-04-04
1
-3
/
+3
*
klippy: Introduce load_config_prefix() for modules that take parameters
Kevin O'Connor
2018-02-03
1
-1
/
+1
*
fan: Move fan code to extras directory
Kevin O'Connor
2018-01-28
1
-0
/
+37