mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-09 14:55:09 -06:00
thermistor: Add support for the board thermistor on the Einsy Rambo
Add in support for the "TDK NTCG104LH104JT1" thermistor. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d9af6129ea
commit
930317fa2a
3 changed files with 13 additions and 3 deletions
|
@ -158,9 +158,10 @@ heater_pin: ar10
|
|||
sensor_type: EPCOS 100K B57560G104F
|
||||
# Type of sensor - common thermistors are "EPCOS 100K B57560G104F",
|
||||
# "ATC Semitec 104GT-2", "NTC 100K beta 3950", "Honeywell 100K
|
||||
# 135-104LAG-J01", "NTC 100K MGB18-104F39050L32", and
|
||||
# "SliceEngineering 450". See the example-extras.cfg file for other
|
||||
# sensors. This parameter must be provided.
|
||||
# 135-104LAG-J01", "NTC 100K MGB18-104F39050L32",
|
||||
# "SliceEngineering 450", and "TDK NTCG104LH104JT1". See the
|
||||
# example-extras.cfg file for other sensors. This parameter must be
|
||||
# provided.
|
||||
sensor_pin: analog13
|
||||
# Analog input pin connected to the sensor. This parameter must be
|
||||
# provided.
|
||||
|
|
|
@ -92,6 +92,12 @@ pin: PH5
|
|||
#[heater_fan nozzle_cooling_fan]
|
||||
#pin: PH3
|
||||
|
||||
[temperature_sensor board_sensor]
|
||||
sensor_pin: PF6
|
||||
sensor_type: TDK NTCG104LH104JT1
|
||||
min_temp: 0
|
||||
max_temp: 50
|
||||
|
||||
[mcu]
|
||||
serial: /dev/ttyACM0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue