aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/fan.py
Commit message (Expand)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-1/+1
* Run black on all first party python codeTomasz Kramkowski2025-08-061-41/+58
* fan: Fix restart request handlingKevin O'Connor2024-10-011-1/+1
* fan: Support calling set_speed() without a print_timeKevin O'Connor2024-09-301-1/+1
* output_pin: Support setting a TEMPLATE on SET_PIN commandsKevin O'Connor2024-09-301-1/+1
* fan: Wait full kick_start_time even if request is for full speedKevin O'Connor2024-09-181-1/+1
* fan: Use GCodeRequestQueue to queue updatesKevin O'Connor2024-09-181-16/+17
* Revert "fan: Use GCodeRequestQueue to queue updates"Kevin O'Connor2024-09-131-15/+14
* fan: Use GCodeRequestQueue to queue updatesKevin O'Connor2024-09-121-14/+15
* fan: add enable_pin option (#5732)dalegaard2022-09-031-0/+11
* fan: Improve python3 compatibilityKevin O'Connor2021-09-301-1/+1
* 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