aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Command_Templates.md3
-rw-r--r--docs/Config_Reference.md12
2 files changed, 8 insertions, 7 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md
index 9e19422d..5296e52b 100644
--- a/docs/Command_Templates.md
+++ b/docs/Command_Templates.md
@@ -264,7 +264,8 @@ The following are common printer attributes:
the config file if a `SET_RETRACTION` command alters them.
- `printer["bme280 <sensor_name>"].temperature`,
`printer["bme280 <sensor_name>"].humidity`,
- `printer["bme280 <sensor_name>"].pressure`: The last read values
+ `printer["bme280 <sensor_name>"].pressure`,
+ `printer["bme280 <sensor_name>"].gas`: The last read values
from the sensor.
- `printer["htu21d <sensor_name>"].temperature`,
`printer["htu21d <sensor_name>"].humidity`: The last read values
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index b27da60b..9b4aa1de 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -2039,13 +2039,13 @@ sensor_pin:
# name in the above list.
```
-## BME280 temperature sensor
+## BMP280/BME280/BME680 temperature sensor
-BME280 two wire interface (I2C) environmental sensor. Note that this
-sensor is not intended for use with extruders and heater beds, but
-rather for monitoring ambient temperature (C), pressure (hPa), and
-relative humidity. See
-[sample-macros.cfg](../config/sample-macros.cfg) for a gcode_macro
+BMP280/BME280/BME680 two wire interface (I2C) environmental sensors.
+Note that thoose sensors aee not intended for use with extruders and
+heater beds, but rather for monitoring ambient temperature (C),
+pressure (hPa), relative humidity and in case of the BME680 gas level.
+See [sample-macros.cfg](../config/sample-macros.cfg) for a gcode_macro
that may be used to report pressure and humidity in addition to
temperature.