mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-09 06:45:26 -06:00
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>
This commit is contained in:
parent
cf811e52d7
commit
5dcc377cde
2 changed files with 17 additions and 7 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue