Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1007 Bytes

additional-sensors.md

File metadata and controls

29 lines (21 loc) · 1007 Bytes

Additional Sensors

You can integrate additional sensors supported by Klipper into the temperature graph in Mainsail.

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

{% hint style="info" %} For more information on this topic and how to add additional sensors, please refer to Klipper documentation. {% endhint %}