aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/temperature_probe.py
Commit message (Collapse)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-0/+1
|
* Run black on all first party python codeTomasz Kramkowski2025-08-061-117/+93
|
* klippy: fix typos in python code (#6989)Thijs Triemstra2025-07-251-4/+4
| | | Signed-off-by: Thijs Triemstra <info@collab.nl>
* temperature_probe: add max_valid_temp optionEric Callahan2024-09-011-4/+9
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* temperature_probe: probe temperature sensorEric Callahan2024-07-171-0/+716
Add temperature sensor with thermal drift calibration. Currently only Eddy Current based probes support calibration. Signed-off-by: Eric Callahan <arksine.code@gmail.com>