aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r--config/example-extras.cfg42
1 files changed, 21 insertions, 21 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index d7410ece..1ff7c10b 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -858,27 +858,6 @@
# chips. The defaults for each parameter are next to the parameter
# name in the above list.
-# BME280 two wire interface (I2C) environmental sensor. Note that this
-# sensor is not intended for use with extruders and heater beds, but rather
-# for montitoring ambient temperature (C), pressure (hPa), and relative
-# humidity. See sample-macros.cfg for a gcode_macro that may be used to report
-# pressure and humidity in addition to temperature.
-#[temperature_sensor my_sensor]
-# See the "temperature_sensor" section below for a description of its
-# parameters. The parameters below describe BME280 sensor parameters.
-#sensor_type:
-# Must be "BME280"
-#i2c_address:
-# Default is 118 (0x76). Some BME280 sensors have an address of 119 (0x77).
-#i2c_mcu:
-# MCU the sensor is connected to. Default is the primary mcu.
-#i2c_bus:
-# The I2C bus the sensor is connected to. On some MCU platforms the default
-# is bus 0. On platforms without bus 0 this parameter is required.
-#i2c_speed:
-# The I2C speed (in Hz) to use when communicating with the sensor. Default
-# is 100000. On some MCUs changing this value has no effect.
-
# Common temperature amplifiers. The following parameters are
# available in heater sections that use one of these sensors.
#[extruder]
@@ -953,6 +932,27 @@
# pullup_resistor parameter (see example.cfg for details). At least
# two measurements must be provided.
+# BME280 two wire interface (I2C) environmental sensor. Note that this
+# sensor is not intended for use with extruders and heater beds, but rather
+# for montitoring ambient temperature (C), pressure (hPa), and relative
+# humidity. See sample-macros.cfg for a gcode_macro that may be used to report
+# pressure and humidity in addition to temperature.
+#[temperature_sensor my_sensor]
+# See the "temperature_sensor" section below for a description of its
+# parameters. The parameters below describe BME280 sensor parameters.
+#sensor_type:
+# Must be "BME280"
+#i2c_address:
+# Default is 118 (0x76). Some BME280 sensors have an address of 119 (0x77).
+#i2c_mcu:
+# MCU the sensor is connected to. Default is the primary mcu.
+#i2c_bus:
+# The I2C bus the sensor is connected to. On some MCU platforms the default
+# is bus 0. On platforms without bus 0 this parameter is required.
+#i2c_speed:
+# The I2C speed (in Hz) to use when communicating with the sensor. Default
+# is 100000. On some MCUs changing this value has no effect.
+
# Generic heaters (one may define any number of sections with a
# "heater_generic" prefix). These heaters behave similarly to standard
# heaters (extruders, heated beds). Use the SET_HEATER_TEMPERATURE