aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 4e3a9dde..d0b617a3 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -2583,6 +2583,24 @@ serial_no:
# The micro-controller to read from. Must be the host_mcu
```
+### Combined temperature sensor
+
+Combined temperature sensor is a virtual temperature sensor based on several other sensors. This sensor can be used with extruders, heater_generic and heater beds.
+
+```
+sensor_type: temperature_combined
+#sensor_list:
+# Must be provided. List of sensors to combine to new "virtual"
+# sensor.
+# E.g. 'temperature_sensor sensor1,extruder,heater_bed'
+#combination_method:
+# Must be provided. Combination method used for the sensor.
+# Available options are 'max', 'min', 'mean'.
+#maximum_deviation:
+# Must be provided. Maximum permissible deviation between the sensors
+# to combine (e.g. 5 degrees). To disable it, use a large value (e.g. 999.9)
+```
+
## Fans
### [fan]