From c179db3d4331db9d85c7acfdaa1e96e295d277ba Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 1 Nov 2021 13:54:11 -0400 Subject: temperature_sensors: Deprecate "NTC 100K beta 3950" thermistor It seems the common "beta 3950" thermistors generally follow a temperature table defined by the new "Generic 3950" definition. Using a table that actually follows the "beta 3950" temperature curve is generally less accurate. Deprecate the existing "NTC 100K beta 3950" definition to avoid this common issue. Signed-off-by: Kevin O'Connor --- config/generic-mks-rumba32-v1.0.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/generic-mks-rumba32-v1.0.cfg') diff --git a/config/generic-mks-rumba32-v1.0.cfg b/config/generic-mks-rumba32-v1.0.cfg index 229a7dfc..a2cf5554 100644 --- a/config/generic-mks-rumba32-v1.0.cfg +++ b/config/generic-mks-rumba32-v1.0.cfg @@ -72,7 +72,7 @@ max_temp: 250 [heater_bed] heater_pin: PA1 -sensor_type: NTC 100K beta 3950 +sensor_type: Generic 3950 sensor_pin: PC0 control: watermark min_temp: 0 -- cgit v1.2.3-70-g09d2