From 31e8beb38ecc2530deb267993faa08c3442d74a4 Mon Sep 17 00:00:00 2001 From: KevinOConnor Date: Sun, 30 Nov 2025 21:50:55 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Klipper3?= =?UTF-8?q?d/klipper@9ac90f8752ce4b9d0e875ede07f7ba5efff085b1=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config_Reference.html | 7 ++++--- Features.html | 2 +- .../__pycache__/mkdocs_hooks.cpython-38.pyc | Bin 983 -> 983 bytes .../__pycache__/mkdocs_hooks.cpython-38.pyc | Bin 983 -> 983 bytes fr/sitemap.xml.gz | Bin 229 -> 229 bytes .../__pycache__/mkdocs_hooks.cpython-38.pyc | Bin 983 -> 983 bytes hu/sitemap.xml.gz | Bin 229 -> 229 bytes .../__pycache__/mkdocs_hooks.cpython-38.pyc | Bin 983 -> 983 bytes it/sitemap.xml.gz | Bin 229 -> 229 bytes search/search_index.json | 2 +- sitemap.xml.gz | Bin 229 -> 229 bytes .../__pycache__/mkdocs_hooks.cpython-38.pyc | Bin 983 -> 983 bytes zh-Hant/sitemap.xml.gz | Bin 229 -> 229 bytes .../__pycache__/mkdocs_hooks.cpython-38.pyc | Bin 983 -> 983 bytes zh/sitemap.xml.gz | Bin 229 -> 229 bytes 15 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Config_Reference.html b/Config_Reference.html index b399b4aa6..cfb4237cf 100644 --- a/Config_Reference.html +++ b/Config_Reference.html @@ -6668,14 +6668,15 @@ temperature.

AHT10/AHT20/AHT21 temperature sensor

-

AHT10/AHT20/AHT21 two wire interface (I2C) environmental sensors. +

AHT10/AHT15/AHT20/AHT21/AHT30 two wire interface (I2C) environmental sensors. Note that these sensors are not intended for use with extruders and heater beds, but rather for monitoring ambient temperature (C) and relative humidity. See sample-macros.cfg for a gcode_macro that may be used to report humidity in addition to temperature.

-
sensor_type: AHT10
-#   Also use AHT10 for AHT20 and AHT21 sensors.
+
sensor_type: AHT1X
+#   Must be "AHT1X" , "AHT2X", "AHT3X"
+#   Some AHT20 sensors can use "AHT1X"
 #i2c_address:
 #   Default is 56 (0x38). Some AHT10 sensors give the option to use
 #   57 (0x39) by moving a resistor.
diff --git a/Features.html b/Features.html
index 4a1d7952a..01920e35d 100644
--- a/Features.html
+++ b/Features.html
@@ -1558,7 +1558,7 @@