mirror of https://github.com/Desuuuu/klipper.git
docs: Minor wording change to thermistors in Config_Reference.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
e83801daab
commit
6fe2ee0380
|
@ -1914,6 +1914,9 @@ section).
|
||||||
|
|
||||||
## Common thermistors
|
## Common thermistors
|
||||||
|
|
||||||
|
Common thermistors. The following parameters are available in heater
|
||||||
|
sections that use one of these sensors.
|
||||||
|
|
||||||
```
|
```
|
||||||
sensor_type:
|
sensor_type:
|
||||||
# One of "EPCOS 100K B57560G104F", "ATC Semitec 104GT-2",
|
# One of "EPCOS 100K B57560G104F", "ATC Semitec 104GT-2",
|
||||||
|
@ -1921,17 +1924,15 @@ sensor_type:
|
||||||
# "NTC 100K MGB18-104F39050L32", "SliceEngineering 450", or
|
# "NTC 100K MGB18-104F39050L32", "SliceEngineering 450", or
|
||||||
# "TDK NTCG104LH104JT1"
|
# "TDK NTCG104LH104JT1"
|
||||||
sensor_pin:
|
sensor_pin:
|
||||||
# Analog input pin connected to the sensor. This parameter must be
|
# Analog input pin connected to the thermistor. This parameter must
|
||||||
# provided.
|
# be provided.
|
||||||
#pullup_resistor: 4700
|
#pullup_resistor: 4700
|
||||||
# The resistance (in ohms) of the pullup attached to the thermistor.
|
# The resistance (in ohms) of the pullup attached to the thermistor.
|
||||||
# This parameter is only valid when the sensor is a thermistor. The
|
# The default is 4700 ohms.
|
||||||
# default is 4700 ohms.
|
|
||||||
#inline_resistor: 0
|
#inline_resistor: 0
|
||||||
# The resistance (in ohms) of an extra (not heat varying) resistor
|
# The resistance (in ohms) of an extra (not heat varying) resistor
|
||||||
# that is placed inline with the thermistor. It is rare to set this.
|
# that is placed inline with the thermistor. It is rare to set this.
|
||||||
# This parameter is only valid when the sensor is a thermistor. The
|
# The default is 0 ohms.
|
||||||
# default is 0 ohms.
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Common temperature amplifiers
|
## Common temperature amplifiers
|
||||||
|
|
Loading…
Reference in New Issue