mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-09 23:05:05 -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
|
@ -74,7 +74,7 @@ max_temp: 250
|
|||
|
||||
[heater_bed]
|
||||
heater_pin: PH6
|
||||
sensor_type: NTC 100K beta 3950
|
||||
sensor_type: Generic 3950
|
||||
sensor_pin: PK3
|
||||
control: watermark
|
||||
min_temp: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue