diff options
author | Geoffrey Young <geoffrey.young@gmail.com> | 2021-11-12 13:08:42 -0500 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-11-15 23:14:32 -0500 |
commit | 5dcc377cdeab65413e0eb0dd1d04a6e2a3467c86 (patch) | |
tree | a52086bb81d67ca94aa3ca95e13eb3ff62710daa /klippy/extras/temperature_sensors.cfg | |
parent | cf811e52d734feaf6f1159403fbe393dabce9a68 (diff) | |
download | kutter-5dcc377cdeab65413e0eb0dd1d04a6e2a3467c86.tar.gz kutter-5dcc377cdeab65413e0eb0dd1d04a6e2a3467c86.tar.xz kutter-5dcc377cdeab65413e0eb0dd1d04a6e2a3467c86.zip |
temperature_sensors: add ATC Semitec 104NT-4-R025H42G thermistor
module: extras/temperature_sensors.cfg
this thermistor is the 104NT-4 resold by Trianglelab (and others on Ali),
as well as the 300 degree resold by Slice Engineering, both of which use the
same RT table (TL even links to the ATC Semitec website)
see the 300 C tab on the Slice spreadsheet:
https://docs.google.com/spreadsheets/d/1904x5JK-Sup-cX5DqHiiZWaFVTK6_PQBFxgi_6yXEJw/edit#gid=934228925
as well as the TL product page:
https://www.aliexpress.com/item/32843785247.html
in addition to the RT table provided in temperature_sensors.cfg
Signed-off-by: Geoffrey Young <geoffrey.young@gmail.com>
Diffstat (limited to 'klippy/extras/temperature_sensors.cfg')
-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 f50fa47d..ebee3089 100644 --- a/klippy/extras/temperature_sensors.cfg +++ b/klippy/extras/temperature_sensors.cfg @@ -44,6 +44,15 @@ resistance2: 1360 temperature3: 300 resistance3: 80.65 +# Definition from (20211112): https://atcsemitec.co.uk/wp-content/uploads/2019/01/Semitec-NT-4-Glass-NTC-Thermistor.pdf +[thermistor ATC Semitec 104NT-4-R025H42G] +temperature1: 25 +resistance1: 100000 +temperature2: 160 +resistance2: 1074 +temperature3: 300 +resistance3: 82.78 + # Definition from (20211101): https://www.tdk-electronics.tdk.com/inf/50/db/ntc_09/Glass_enc_Sensors__B57560__G560__G1560.pdf # (B57560G104 is same definition as B57560G1104) [thermistor EPCOS 100K B57560G104F] |