aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/temperature_sensor.py
Commit message (Collapse)AuthorAgeFilesLines
* heater: Fix misspelling of CelsiusKevin O'Connor2020-02-271-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* temperature_sensor: Add get_status() functionSimon Kühling2019-12-131-0/+2
| | | | | | | Provide printer.<sensor-config-name>.temperature variable to gcode macro environment Signed-off-by: Simon Kühling <mail@simonkuehling.de>
* temperature_sensor: Add generic temperature sensor supportDouglas Hammond2019-02-261-0/+27
Signed-off-by: Douglas Hammond <wizhippo@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>