aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/temperature_sensor.py
Commit message (Collapse)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-13/+19
|
* temperature_sensor: round reported temps to 2 decimal placesEric Callahan2021-10-151-3/+3
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* temperature_sensor: Report temperature in statsKevin O'Connor2020-12-061-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* temperature_sensor: report min/max measured temp via get_statusArksine2020-08-011-1/+10
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-1/+1
| | | | | | | | Rename try_load_module() so that it uses consistent naming for "printer objects". Change the function to raise an error by default if the specified module does not exist. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-2/+3
| | | | | | | The heater logic is an independent module that does not need to be treated as part of the "core" klipper code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>