diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-11-01 13:54:11 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-11-10 18:56:51 -0500 |
commit | c179db3d4331db9d85c7acfdaa1e96e295d277ba (patch) | |
tree | 4e909be29cb1eed97e8af990116c12fc0a316649 /config/printer-wanhao-duplicator-i3-v2.1-2017.cfg | |
parent | 19aac4055da20c2e1cfe8c3e6c51126141969104 (diff) | |
download | kutter-c179db3d4331db9d85c7acfdaa1e96e295d277ba.tar.gz kutter-c179db3d4331db9d85c7acfdaa1e96e295d277ba.tar.xz kutter-c179db3d4331db9d85c7acfdaa1e96e295d277ba.zip |
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 <kevin@koconnor.net>
Diffstat (limited to 'config/printer-wanhao-duplicator-i3-v2.1-2017.cfg')
-rw-r--r-- | config/printer-wanhao-duplicator-i3-v2.1-2017.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
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 |