From e888ac08823544c901d34028d79fdf68e82536d6 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Thu, 20 Apr 2023 12:37:03 -0400 Subject: [PATCH] Added orange pi temp section. --- cfgs/misc-macros.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cfgs/misc-macros.cfg b/cfgs/misc-macros.cfg index 71b637d..9fc6d35 100644 --- a/cfgs/misc-macros.cfg +++ b/cfgs/misc-macros.cfg @@ -1,9 +1,15 @@ [force_move] enable_force_move: True +# NOTE If you're using a Raspberry Pi, you can uncomment the next 2 lines, optionally. [temperature_sensor raspberry_pi] sensor_type: temperature_host +# NOTE If you're using a an Orange Pi, you can uncomment the next 2 lines, optionally. +# [temperature_sensor Orange_Pi] +# sensor_type: temperature_host +# sensor_path: /sys/class/thermal/thermal_zone0/temp + [virtual_sdcard] path: /home/pi/printer_data/gcodes