diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-10-27 11:50:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-10-27 12:03:59 -0400 |
commit | 43453131ac0cfccf2d670df11d6fad83538bc0b0 (patch) | |
tree | 9d970d7e759e5c58cbe3236da5a2acf4bedcfb07 /config/example.cfg | |
parent | 1a69f38e6e2783f0c6e46f4fbc03aad92ddfebd4 (diff) | |
download | kutter-43453131ac0cfccf2d670df11d6fad83538bc0b0.tar.gz kutter-43453131ac0cfccf2d670df11d6fad83538bc0b0.tar.xz kutter-43453131ac0cfccf2d670df11d6fad83538bc0b0.zip |
config: Only document thermistors in example.cfg
Move the common temperature amplifier config descriptions to
example-extras.cfg.
Also, minor changes to wording of some example-extra.cfg sections.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/config/example.cfg b/config/example.cfg index f0c6f2c9..a1a9ed44 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -151,28 +151,23 @@ heater_pin: ar10 # setting may be used to limit the total power output (over extended # periods) to the heater. The default is 1.0. sensor_type: EPCOS 100K B57560G104F -# Type of sensor - this may be "EPCOS 100K B57560G104F", "ATC -# Semitec 104GT-2", "NTC 100K beta 3950", "Honeywell 100K -# 135-104LAG-J01", "NTC 100K MGB18-104F39050L32", "AD595", "PT100 -# INA826", "MAX6675", "MAX31855", "MAX31856", or "MAX31865". -# Additional sensor types may be available - see the -# example-extras.cfg file for details. This parameter must be +# Type of sensor - common thermistors are "EPCOS 100K B57560G104F", +# "ATC Semitec 104GT-2", "NTC 100K beta 3950", "Honeywell 100K +# 135-104LAG-J01", and "NTC 100K MGB18-104F39050L32". 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. #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 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. #smooth_time: 2.0 # A time value (in seconds) over which temperature measurements will # be smoothed to reduce the impact of measurement noise. The default |