mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 14:20:27 +09: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user