aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/fan.py
Commit message (Expand)AuthorAgeFilesLines
* fan: Minor updates to tachometer handlingKevin O'Connor2021-03-011-3/+2
* fan: Add tachometer supportAdrian Keet2021-03-011-1/+34
* fan: Separate out the part cooling fan code from the generic fan codeKevin O'Connor2020-07-051-25/+35
* fan: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-4/+3
* fan: Do not flush look-ahead queue on fan speed changeKevin O'Connor2020-01-031-4/+6
* FAN: Kick start fan when the increase is more than 50% (#2085)Justin Schuh2019-11-241-2/+2
* fan: Move M106/M107 commands from gcode.py to fan.pyKevin O'Connor2019-11-131-4/+19
* fan: Add off_below option for fans (#1897)Nicholas Seckar2019-10-031-0/+4
* Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+2
* gcode: Use an event to handle restart request actionsKevin O'Connor2019-02-251-1/+6
* fan: Allow the fan shutdown_speed to be configuredKevin O'Connor2018-05-181-3/+5
* fan: Add a set_shutdown_speed() methodKevin O'Connor2018-04-201-0/+2
* fan: Scale fan speed requests between 0 and max_powerKevin O'Connor2018-04-201-1/+1
* pins: Remove module level get_printer_pins() and setup_pin() functionsKevin O'Connor2018-04-041-3/+2
* display: Add initial support for LCD screens attached to an MCUKevin O'Connor2018-03-061-0/+2
* klippy: Introduce load_config_prefix() for modules that take parametersKevin O'Connor2018-02-031-2/+0
* fan: Clarify hardware_pwm and allow cycle_time to be set on software pwmKevin O'Connor2018-01-291-4/+4
* fan: Move fan code to extras directoryKevin O'Connor2018-01-281-0/+39