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
/
temperature_fan.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-63
/
+90
*
fan: Support calling set_speed() without a print_time
Kevin O'Connor
2024-09-30
1
-6
/
+6
*
temperature_fan: Fix divide by zero error when pid_Ki is zero
Kevin O'Connor
2022-04-07
1
-1
/
+3
*
temperature_fan: Remove deprecated pid_integral_max option
Kevin O'Connor
2022-04-07
1
-3
/
+1
*
temperature_fan: add missing round function to get_status temperature
Stefan Dej
2022-03-14
1
-1
/
+1
*
temperature_fan: Add MAX_SPEED and MIN_SPEED to SET_TEMPERATURE_FAN_TARGET co...
Lane Roberts
2021-02-02
1
-6
/
+34
*
fan: Separate out the part cooling fan code from the generic fan code
Kevin O'Connor
2020-07-05
1
-2
/
+2
*
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
*
temperature_fan: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-5
/
+5
*
heaters: Make heater.py an "extras" module
Kevin O'Connor
2020-04-25
1
-2
/
+3
*
heater: Fix misspelling of Celsius
Kevin O'Connor
2020-02-27
1
-2
/
+2
*
temperature_fan: add get_status() function
Arksine
2019-10-22
1
-0
/
+5
*
temperature_fan: Allow min_speed to be set to zero
Kevin O'Connor
2019-09-14
1
-1
/
+1
*
temperature_fan: Remove executable flag from temperature_fan.py
Kevin O'Connor
2019-06-10
1
-0
/
+0
*
temperature_fan: Add gcode command for temperature_fan.py (#1520)
Martin Nowroth
2019-04-15
1
-1
/
+18
*
temperature_fan: Fix. Temperature fan min speed should be used (#1405)
Douglas Hammond
2019-03-28
1
-10
/
+18
*
temperature_fan: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-7
/
+13
*
temperature_fan: Remove stats as it now supports gcode reports
Douglas Hammond
2019-02-26
1
-3
/
+0
*
heater: Support generic gcode_id registration for sensors
Douglas Hammond
2019-02-26
1
-0
/
+3
*
temperature_fan: Fix issue 403 use max_speed
Douglas Hammond
2018-06-19
1
-1
/
+1
*
temperature_fan: Don't write "temperature_fan " to prefix stats
Kevin O'Connor
2018-05-23
1
-1
/
+1
*
temperature_fan: Don't always enable stats generation
Kevin O'Connor
2018-05-23
1
-1
/
+2
*
fan: Allow the fan shutdown_speed to be configured
Kevin O'Connor
2018-05-18
1
-2
/
+1
*
Add temperature controlled fans
Douglas Hammond
2018-05-17
1
-21
/
+97
*
temperature_fan: Add support for temperature-triggered fan.
Michael Barbour
2018-05-10
1
-0
/
+44