aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/pid_calibrate.py
Commit message (Expand)AuthorAgeFilesLines
* pid_calibrate: Improve Python3 compatibility in debug file outputKevin O'Connor2022-03-291-1/+1
* heaters: Make sure set_temp() command wakes up the idle_timeoutKevin O'Connor2021-03-051-2/+1
* pid_calibrate: Update for improved python3 compatibilityKevin O'Connor2020-09-041-1/+1
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+1
* pid_calibrate: Avoid internal error on a shutdownKevin O'Connor2020-06-141-0/+2
* pid_calibrate: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-10/+9
* pid_calibrate: Fix module importKevin O'Connor2020-04-251-2/+2
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-3/+3
* heater: Move M105 command handling from gcode.py to heater.pyKevin O'Connor2020-04-251-1/+1
* 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