mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 22:35:17 -06:00
temperature_combined: A class that can combine several other temperature sensors (#6230)
Signed-off-by: Michael Jäger <michael@mjaeger.eu>
This commit is contained in:
parent
039daecb4f
commit
6f7c743615
5 changed files with 157 additions and 1 deletions
|
@ -137,6 +137,12 @@ sensor_pin: PF5
|
|||
sensor_type: PT1000
|
||||
sensor_pin: PK1
|
||||
|
||||
[temperature_sensor test_combined]
|
||||
sensor_type: temperature_combined
|
||||
sensor_list: temperature_sensor test_PT1000,extruder,heater_bed
|
||||
combination_method: mean
|
||||
maximum_deviation: 20.0
|
||||
|
||||
[controller_fan test_controller_fan]
|
||||
pin: PH0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue