From a1baefc2c2da542877809deefef73321670eaa5e Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 10 Dec 2020 00:15:19 -0500 Subject: temperature_mcu: Add enhanced support for monitoring mcu temperature Add a "temperature_mcu" tool that can monitor builtin micro-controller temperature sensors. Signed-off-by: Kevin O'Connor --- klippy/extras/heaters.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'klippy/extras/heaters.py') diff --git a/klippy/extras/heaters.py b/klippy/extras/heaters.py index cdb33728..7dca5fd4 100644 --- a/klippy/extras/heaters.py +++ b/klippy/extras/heaters.py @@ -265,7 +265,8 @@ class PrinterHeaters: return self.heaters[heater_name] def setup_sensor(self, config): modules = ["thermistor", "adc_temperature", "spi_temperature", - "bme280", "htu21d", "lm75", "rpi_temperature"] + "bme280", "htu21d", "lm75", "rpi_temperature", + "temperature_mcu"] for module_name in modules: self.printer.load_object(config, module_name) sensor_type = config.get('sensor_type') -- cgit v1.2.3-70-g09d2