diff options
author | Bryan Boettcher <bryan.boettcher@gmail.com> | 2020-08-09 20:06:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-09 21:06:43 -0400 |
commit | 04bd48ca9dfdadb43f42d62990cfcddd6b5e090c (patch) | |
tree | 15087c5676eedf6d08ed5e89ff7e440ebf449816 /config/example-extras.cfg | |
parent | 864d172b68b9b6058fcf1743f1b732c709848c37 (diff) | |
download | kutter-04bd48ca9dfdadb43f42d62990cfcddd6b5e090c.tar.gz kutter-04bd48ca9dfdadb43f42d62990cfcddd6b5e090c.tar.xz kutter-04bd48ca9dfdadb43f42d62990cfcddd6b5e090c.zip |
adc_temperature: add support for AD597 (#3164)
The AD597 thermocouple amplifier is used in the Raise3D N2+ (and
possibly others).
Signed-off-by: Bryan Boettcher <bryan.boettcher@gmail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index b0ce5749..337f0b61 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -900,8 +900,8 @@ # See the "extruder" section in example.cfg for a description of # heater parameters. The parameters below describe sensor parameters. #sensor_type: -# One of "PT100 INA826", "AD595", "AD8494", "AD8495", "AD8496", or -# "AD8497". +# One of "PT100 INA826", "AD595", "AD597", "AD8494", "AD8495", +# "AD8496", or "AD8497". #sensor_pin: # Analog input pin connected to the sensor. This parameter must be # provided. |