Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extruder: Consistently use "extruder" for the primary extruder | Kevin O'Connor | 2019-11-07 | 1 | -1/+1 |
* | heater_fan: add get_status method | Janar Sööt | 2019-06-04 | 1 | -0/+2 |
* | klippy: Convert printer_state("ready") to an event handler | Kevin O'Connor | 2019-01-08 | 1 | -7/+7 |
* | heater_fan: Allow multiple heaters to be defined for a heater_fan | Kevin O'Connor | 2018-08-17 | 1 | -4/+7 |
* | fan: Allow the fan shutdown_speed to be configured | Kevin O'Connor | 2018-05-18 | 1 | -2/+1 |
* | fan: Add a set_shutdown_speed() method | Kevin O'Connor | 2018-04-20 | 1 | -1/+1 |
* | fan: Scale fan speed requests between 0 and max_power | Kevin O'Connor | 2018-04-20 | 1 | -4/+2 |
* | heater: Add PrinterHeaters class that stores all sensors and heaters | Kevin O'Connor | 2018-04-04 | 1 | -3/+3 |
* | klippy: Introduce load_config_prefix() for modules that take parameters | Kevin O'Connor | 2018-02-03 | 1 | -1/+1 |
* | fan: Move fan code to extras directory | Kevin O'Connor | 2018-01-28 | 1 | -0/+37 |