Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -5/+9 |
* | heaters: Make sure set_temp() command wakes up the idle_timeout | Kevin O'Connor | 2021-03-05 | 1 | -4/+2 |
* | klippy: Rename try_load_module() to load_object() | Kevin O'Connor | 2020-05-08 | 1 | -1/+1 |
* | heater_bed: Use new GCodeCommand wrappers | Kevin O'Connor | 2020-05-05 | 1 | -5/+4 |
* | heaters: Make heater.py an "extras" module | Kevin O'Connor | 2020-04-25 | 1 | -4/+4 |
* | heater: Move M105 command handling from gcode.py to heater.py | Kevin O'Connor | 2020-04-25 | 1 | -2/+2 |
* | heater: Do not flush look-ahead queue on a heater temperature update | Kevin O'Connor | 2020-01-03 | 1 | -2/+1 |
* | heater_bed: Move M140/M190 commands from gcode.py to heater_bed.py | Kevin O'Connor | 2019-12-16 | 1 | -3/+26 |
* | heater_bed: Wrap lines to 80 columns | Kevin O'Connor | 2019-02-26 | 1 | -1/+2 |
* | heater: take a gcode_id when setting up a heater (#1028) | john-- | 2019-01-02 | 1 | -1/+1 |
* | heater: Add PrinterHeaters class that stores all sensors and heaters | Kevin O'Connor | 2018-04-04 | 1 | -0/+8 |