klipper/klippy/extras
Master92 a27838bc05 controller_fan: Add support for a fan cooling the controller-board (#1070)
Whenever a stepper driver or a heater becomes active, it is desirable to turn on a fan cooling the associated parts on the controller board. This module implements such a fan that turns on whenever a stepper or specified heater turns on, decelerates to a configurable speed when all of the watched parts turn off, and returns to an off-speed, when a user-defined timeout is met.

Signed-off-by: Nils Friedchen <Nils.Friedchen@googlemail.com>
2019-01-10 12:12:15 -05:00
..
display menu: Don't peek into printer.objects member variable 2019-01-08 12:03:46 -05:00
__init__.py
ad5206.py
adc_temperature.py
bed_mesh.py klippy: Convert printer_state("connect") to an event handler 2019-01-08 11:09:55 -05:00
bed_tilt.py klippy: Convert printer_state("connect") to an event handler 2019-01-08 11:09:55 -05:00
bltouch.py
bus.py i2ccmds: Pass the i2c address as a 7-bit number (0-127) 2019-01-07 20:00:44 -05:00
buttons.py
controller_fan.py controller_fan: Add support for a fan cooling the controller-board (#1070) 2019-01-10 12:12:15 -05:00
delta_calibrate.py
endstop_phase.py
fan.py
force_move.py
gcode_macro.py
heater_bed.py heater: take a gcode_id when setting up a heater (#1028) 2019-01-02 17:44:02 -05:00
heater_fan.py klippy: Convert printer_state("ready") to an event handler 2019-01-08 10:59:43 -05:00
homing_override.py
idle_timeout.py klippy: Convert printer_state("ready") to an event handler 2019-01-08 10:59:43 -05:00
mcp4451.py i2ccmds: Pass the i2c address as a 7-bit number (0-127) 2019-01-07 20:00:44 -05:00
mcp4728.py mcp4728: Add initial support for the mcp4728 i2c dac chip 2019-01-02 18:17:56 -05:00
multi_pin.py
output_pin.py
pid_calibrate.py
probe.py
quad_gantry_level.py klippy: Convert printer_state("connect") to an event handler 2019-01-08 11:09:55 -05:00
query_endstops.py
replicape.py
respond.py respond: An extra for sending messages to the printer host. (#1053) 2019-01-02 17:45:35 -05:00
servo.py klippy: Convert printer_state("ready") to an event handler 2019-01-08 10:59:43 -05:00
spi_temperature.py
static_digital_output.py
statistics.py klippy: Convert printer_state("ready") to an event handler 2019-01-08 10:59:43 -05:00
sx1509.py i2ccmds: Pass the i2c address as a 7-bit number (0-127) 2019-01-07 20:00:44 -05:00
temperature_fan.py
thermistor.py thermistor: Avoid divide by zero error if min_temp=-273.15 2019-01-04 12:47:37 -05:00
tmc2130.py
tmc2208.py tmc2208: Check for debugging mode before checking for a retransmit 2019-01-10 09:55:54 -05:00
tmc2660.py
verify_heater.py klippy: Convert printer_state("connect") to an event handler 2019-01-08 11:09:55 -05:00
virtual_sdcard.py klippy: Convert printer_state("shutdown") to an event handler 2019-01-08 10:59:43 -05:00
z_tilt.py klippy: Convert printer_state("connect") to an event handler 2019-01-08 11:09:55 -05:00