aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-12-07 12:12:21 -0500
committerKevin O'Connor <kevin@koconnor.net>2020-12-07 12:12:21 -0500
commit6fe2ee0380c5c02d8c28ed1573a08c0ef6b90481 (patch)
treea7ec111c6c2dd03d146dfb699fb2752266f13198 /docs/Config_Reference.md
parente83801daab18e3a61e4cfd480cd545a89c71b056 (diff)
downloadkutter-6fe2ee0380c5c02d8c28ed1573a08c0ef6b90481.tar.gz
kutter-6fe2ee0380c5c02d8c28ed1573a08c0ef6b90481.tar.xz
kutter-6fe2ee0380c5c02d8c28ed1573a08c0ef6b90481.zip
docs: Minor wording change to thermistors in Config_Reference.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 7017df32..6d36eba9 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -1914,6 +1914,9 @@ section).
## Common thermistors
+Common thermistors. The following parameters are available in heater
+sections that use one of these sensors.
+
```
sensor_type:
# One of "EPCOS 100K B57560G104F", "ATC Semitec 104GT-2",
@@ -1921,17 +1924,15 @@ sensor_type:
# "NTC 100K MGB18-104F39050L32", "SliceEngineering 450", or
# "TDK NTCG104LH104JT1"
sensor_pin:
-# Analog input pin connected to the sensor. This parameter must be
-# provided.
+# Analog input pin connected to the thermistor. This parameter must
+# be provided.
#pullup_resistor: 4700
# The resistance (in ohms) of the pullup attached to the thermistor.
-# This parameter is only valid when the sensor is a thermistor. The
-# default is 4700 ohms.
+# The default is 4700 ohms.
#inline_resistor: 0
# The resistance (in ohms) of an extra (not heat varying) resistor
# 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
-# default is 0 ohms.
+# The default is 0 ohms.
```
## Common temperature amplifiers