mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-16 03:07:56 -06:00
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>
This commit is contained in:
parent
19aac4055d
commit
c179db3d43
11 changed files with 20 additions and 11 deletions
|
@ -701,7 +701,7 @@ heater_pin:
|
|||
# periods) to the heater. The default is 1.0.
|
||||
sensor_type:
|
||||
# Type of sensor - common thermistors are "EPCOS 100K B57560G104F",
|
||||
# "ATC Semitec 104GT-2", "NTC 100K beta 3950", "Honeywell 100K
|
||||
# "ATC Semitec 104GT-2", "Generic 3950", "Honeywell 100K
|
||||
# 135-104LAG-J01", "NTC 100K MGB18-104F39050L32", "SliceEngineering
|
||||
# 450", and "TDK NTCG104LH104JT1". See the "Temperature sensors"
|
||||
# section for other sensors. This parameter must be provided.
|
||||
|
@ -2058,7 +2058,7 @@ sections that use one of these sensors.
|
|||
```
|
||||
sensor_type:
|
||||
# One of "EPCOS 100K B57560G104F", "ATC Semitec 104GT-2",
|
||||
# "NTC 100K beta 3950", "Honeywell 100K 135-104LAG-J01",
|
||||
# "Generic 3950", "Honeywell 100K 135-104LAG-J01",
|
||||
# "NTC 100K MGB18-104F39050L32", "SliceEngineering 450", or
|
||||
# "TDK NTCG104LH104JT1"
|
||||
sensor_pin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue