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 /docs | |
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 'docs')
-rw-r--r-- | docs/Features.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Features.md b/docs/Features.md index d3d0dcea..eb19f125 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -83,8 +83,8 @@ Klipper supports many standard 3d printer features: probe or via manual probing. * Support for common temperature sensors (eg, common thermistors, - AD595, AD849x, PT100, MAX6675, MAX31855, MAX31856, MAX31865). Custom - thermistors and custom analog temperature sensors can also be + AD595, AD597, AD849x, PT100, MAX6675, MAX31855, MAX31856, MAX31865). + Custom thermistors and custom analog temperature sensors can also be configured. * Basic thermal heater protection enabled by default. |