aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/verify_heater.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-25/+31
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-1/+1
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-2/+2
* verify_heater: Don't raise a heater error if the heater is offKevin O'Connor2019-06-121-1/+1
* verify_heater: If the heating_gain check fails, just use max_error checkKevin O'Connor2019-03-081-13/+17
* verify_heater: Improve handling of new targets when temperature is droppingKevin O'Connor2019-03-081-1/+5
* verify_heater: Only reset the error count if within the hysteresis rangeKevin O'Connor2019-03-081-1/+2
* klippy: Convert printer_state("connect") to an event handlerKevin O'Connor2019-01-081-11/+11
* klippy: Convert printer_state("shutdown") to an event handlerKevin O'Connor2019-01-081-1/+4
* verify_heater: Don't report a heater error if printer is shutdownKevin O'Connor2018-09-301-1/+6
* verify_heater: Disable when writing output to a debug fileKevin O'Connor2018-06-081-0/+3
* heater: Add PrinterHeaters class that stores all sensors and heatersKevin O'Connor2018-04-041-3/+2
* verify_heater: Provide additional information on a heater errorKevin O'Connor2018-03-121-2/+8
* verify_heater: Scale hysteresis duration checkKevin O'Connor2018-03-111-6/+7
* verify_heater: Change default hysteresis to 10 degreesKevin O'Connor2018-03-111-2/+2
* verify_heater: Add initial support for verifying heaters and sensorsKevin O'Connor2018-03-111-0/+67