aboutsummaryrefslogtreecommitdiffstats
path: root/config/example.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-05-29 11:11:07 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-06-02 10:59:23 -0400
commit3e1c42da801fb87c01369cb95f4cbd7766abb948 (patch)
treee0938fbef1b53a79cfba5b4d9b00608b2a75b4c9 /config/example.cfg
parente2e4a5d4e6baa4008a7b2caabd48edbfe4df4685 (diff)
downloadkutter-3e1c42da801fb87c01369cb95f4cbd7766abb948.tar.gz
kutter-3e1c42da801fb87c01369cb95f4cbd7766abb948.tar.xz
kutter-3e1c42da801fb87c01369cb95f4cbd7766abb948.zip
thermistor: Add support for printers with an "inline_resistor"
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r--config/example.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg
index fb5a716e..56f60f29 100644
--- a/config/example.cfg
+++ b/config/example.cfg
@@ -164,6 +164,11 @@ sensor_pin: analog13
# 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.
+#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.
#adc_voltage: 5.0
# The ADC comparison voltage. This parameter is only valid when the
# sensor is an AD595 or "PT100 INA826". The default is 5 volts.