CreatBotMainsail/docs/quicktips/additional-sensors.md
Stefan Dej 8ccd018c21 update quicktips > additional-sensors: rpi_temperature to temperature_host
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-02-20 21:37:00 +01:00

929 B

layout title parent has_children permalink description
default Additional Sensors Quicktips false /quicktips/additional-sensors Integrate additional sensors into the temperature graph. For example Raspberry Pi, MCU, BMExxx, HTU21D, LM75 and more..

{{ page.title }}

{{ page.description }}

Raspberry Pi temperature sensor

Append the following section to your printer.cfg:

[temperature_sensor raspberry_pi]
sensor_type: temperature_host
min_temp: 10
max_temp: 100

ATSAM, ATAMD, and STM32 temperature sensor

Append the following section to your printer.cfg:

[temperature_sensor mcu_temp]
sensor_type: temperature_mcu
min_temp: 0
max_temp: 100

For more information on this topic and how to add additional sensors, please refer to Klipper documentation{:target="_blank"}. {: .info}