mirror of https://github.com/Desuuuu/klipper.git
temperature_sensors: Add a new "Generic 3950" thermistor
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
c0909d2f7f
commit
19aac4055d
|
@ -54,6 +54,15 @@ resistance2: 1641.9
|
||||||
temperature3: 250
|
temperature3: 250
|
||||||
resistance3: 226.15
|
resistance3: 226.15
|
||||||
|
|
||||||
|
# Definition from (20211101): https://www.keenovo.com/NTC-Thermistor-R-T-Table.pdf
|
||||||
|
[thermistor Generic 3950]
|
||||||
|
temperature1: 25
|
||||||
|
resistance1: 100000
|
||||||
|
temperature2: 150
|
||||||
|
resistance2: 1770
|
||||||
|
temperature3: 250
|
||||||
|
resistance3: 230
|
||||||
|
|
||||||
# Definition from (20211101): https://www.sliceengineering.com/products/thermistor-high-temperature and https://docs.google.com/spreadsheets/d/1904x5JK-Sup-cX5DqHiiZWaFVTK6_PQBFxgi_6yXEJw/edit#gid=0
|
# Definition from (20211101): https://www.sliceengineering.com/products/thermistor-high-temperature and https://docs.google.com/spreadsheets/d/1904x5JK-Sup-cX5DqHiiZWaFVTK6_PQBFxgi_6yXEJw/edit#gid=0
|
||||||
[thermistor SliceEngineering 450]
|
[thermistor SliceEngineering 450]
|
||||||
temperature1: 25
|
temperature1: 25
|
||||||
|
|
Loading…
Reference in New Issue