aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/pid_calibrate.py
Commit message (Expand)AuthorAgeFilesLines
* heater: Introduce smooth_time config option; remove pid_deriv_timeKevin O'Connor2018-07-061-1/+1
* pid_calibrate: Update the heater's target temperature during calibrationKevin O'Connor2018-06-271-4/+6
* heater: Don't peak into Heater class member variablesKevin O'Connor2018-06-271-9/+10
* pid_calibrate: Make sure to unregister new control class on errorKevin O'Connor2018-04-061-0/+1
* heater: Move Thermistor and Linear to their own files in extras/Kevin O'Connor2018-04-041-1/+1
* heater: Move adc logic into Thermistor classKevin O'Connor2018-04-041-1/+1
* heater: Add PrinterHeaters class that stores all sensors and heatersKevin O'Connor2018-04-041-2/+3
* pid_calibrate: Move PID calibration logic from heater.py to new fileKevin O'Connor2018-03-181-0/+127