diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-11-01 13:53:49 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-11-10 18:52:55 -0500 |
commit | 19aac4055da20c2e1cfe8c3e6c51126141969104 (patch) | |
tree | 57e3e05154699528b440b37aba4975c74d12a190 | |
parent | c0909d2f7fcb94627b42b6707e7e197ecc094880 (diff) | |
download | kutter-19aac4055da20c2e1cfe8c3e6c51126141969104.tar.gz kutter-19aac4055da20c2e1cfe8c3e6c51126141969104.tar.xz kutter-19aac4055da20c2e1cfe8c3e6c51126141969104.zip |
temperature_sensors: Add a new "Generic 3950" thermistor
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | klippy/extras/temperature_sensors.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/klippy/extras/temperature_sensors.cfg b/klippy/extras/temperature_sensors.cfg index deedf8f3..5d67102b 100644 --- a/klippy/extras/temperature_sensors.cfg +++ b/klippy/extras/temperature_sensors.cfg @@ -54,6 +54,15 @@ resistance2: 1641.9 temperature3: 250 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 [thermistor SliceEngineering 450] temperature1: 25 |