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/printer-wanhao-duplicator-i3-v2.1-2017.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/printer-wanhao-duplicator-i3-v2.1-2017.cfg') diff --git a/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg b/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg index 211229e2..87f8f857 100644 --- a/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg +++ b/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg @@ -127,7 +127,7 @@ rotation_distance: 29.888 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PD5 -sensor_type: NTC 100K beta 3950 +sensor_type: Generic 3950 sensor_pin: PA7 control: pid pid_Kp: 18.214030 @@ -138,7 +138,7 @@ max_temp: 230 [heater_bed] heater_pin: PD4 -sensor_type: NTC 100K beta 3950 +sensor_type: Generic 3950 sensor_pin: PA6 control: pid pid_Kp: 71.321 -- cgit v1.2.3-70-g09d2