index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
pid_calibrate.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+1
*
pid_calibrate: Avoid internal error on a shutdown
Kevin O'Connor
2020-06-14
1
-0
/
+2
*
pid_calibrate: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-10
/
+9
*
pid_calibrate: Fix module import
Kevin O'Connor
2020-04-25
1
-2
/
+2
*
heaters: Make heater.py an "extras" module
Kevin O'Connor
2020-04-25
1
-3
/
+3
*
heater: Move M105 command handling from gcode.py to heater.py
Kevin O'Connor
2020-04-25
1
-1
/
+1
*
heater: Do not flush look-ahead queue on a heater temperature update
Kevin O'Connor
2020-01-03
1
-2
/
+2
*
gcode: Rename bg_temp() to wait_for_temperature()
Kevin O'Connor
2019-12-16
1
-1
/
+1
*
heater: Use printer.command_error() instead of internal heater.error()
Kevin O'Connor
2019-12-16
1
-2
/
+2
*
pid_calibrate: Add some comments on the calibration methodology
Kevin O'Connor
2018-10-19
1
-2
/
+7
*
pid_calibrate: Support saving calibration data via SAVE_CONFIG
Kevin O'Connor
2018-09-25
1
-2
/
+9
*
heater: Introduce smooth_time config option; remove pid_deriv_time
Kevin O'Connor
2018-07-06
1
-1
/
+1
*
pid_calibrate: Update the heater's target temperature during calibration
Kevin O'Connor
2018-06-27
1
-4
/
+6
*
heater: Don't peak into Heater class member variables
Kevin O'Connor
2018-06-27
1
-9
/
+10
*
pid_calibrate: Make sure to unregister new control class on error
Kevin O'Connor
2018-04-06
1
-0
/
+1
*
heater: Move Thermistor and Linear to their own files in extras/
Kevin O'Connor
2018-04-04
1
-1
/
+1
*
heater: Move adc logic into Thermistor class
Kevin O'Connor
2018-04-04
1
-1
/
+1
*
heater: Add PrinterHeaters class that stores all sensors and heaters
Kevin O'Connor
2018-04-04
1
-2
/
+3
*
pid_calibrate: Move PID calibration logic from heater.py to new file
Kevin O'Connor
2018-03-18
1
-0
/
+127