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/kit-voron2-250mm.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/kit-voron2-250mm.cfg')
-rw-r--r-- | config/kit-voron2-250mm.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/kit-voron2-250mm.cfg b/config/kit-voron2-250mm.cfg index 2d509967..282e7595 100644 --- a/config/kit-voron2-250mm.cfg +++ b/config/kit-voron2-250mm.cfg @@ -141,7 +141,7 @@ max_extrude_only_distance: 780.0 heater_pin: PB4 # D10 on mcu_xye max_power: 1.0 -sensor_type: NTC 100K beta 3950 +sensor_type: Generic 3950 sensor_pin: PK5 # T0 on mcu_xye smooth_time: 3.0 |