aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/pid_calibrate.py
Commit message (Expand)AuthorAgeFilesLines
* heater: Do not flush look-ahead queue on a heater temperature updateKevin O'Connor2020-01-031-2/+2
* gcode: Rename bg_temp() to wait_for_temperature()Kevin O'Connor2019-12-161-1/+1
* heater: Use printer.command_error() instead of internal heater.error()Kevin O'Connor2019-12-161-2/+2
* pid_calibrate: Add some comments on the calibration methodologyKevin O'Connor2018-10-191-2/+7
* pid_calibrate: Support saving calibration data via SAVE_CONFIGKevin O'Connor2018-09-251-2/+9
* 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