aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/fan.py
Commit message (Expand)AuthorAgeFilesLines
* mcu: Allow both shutdown and startup values to be set for output pinsKevin O'Connor2017-12-181-1/+1
* fan: Enable heater_fan objects on an MCU shutdown eventKevin O'Connor2017-10-121-1/+5
* adccmds: Continue to query analog inputs after a shutdownKevin O'Connor2017-10-121-1/+1
* mcu: Pass print_time directly to MCU callsKevin O'Connor2017-09-191-10/+6
* toolhead: Synchronize print_time to main mcu's timeKevin O'Connor2017-09-191-3/+3
* fan: Allow heater_fan to work with heater_bedKevin O'Connor2017-09-071-2/+0
* mcu: Add get_mcu() call to the mcu oid objectsKevin O'Connor2017-08-291-2/+3
* pins: Support registering arbitrary chips that supply configurable pinsKevin O'Connor2017-08-251-5/+5
* fan: Add support for heater_fan objectsKevin O'Connor2017-07-171-4/+31
* fan: Support setting a max_power attribute for the print cooling fanKevin O'Connor2017-07-051-3/+4
* klippy: Allow each module to define their config sectionsKevin O'Connor2017-06-091-0/+4
* klippy: Support minimum/maximum value checks on configuration variablesKevin O'Connor2017-04-111-1/+1
* klippy: Eliminate high-level build_config phaseKevin O'Connor2017-03-131-8/+3
* fan: Default to using software PWMKevin O'Connor2017-03-081-2/+4
* heater: Support max_power setting for heatersKevin O'Connor2017-03-031-4/+4
* mcu: Convert PWM and ADC objects to take mcu_time instead of clockKevin O'Connor2016-08-241-14/+10
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+39