From a060db3eaebba094873e4a118edc5be186d0003b Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Mon, 19 Jun 2023 00:55:29 -0400 Subject: [PATCH] Minor adjustment to misc-macros.cfg. --- cfgs/misc-macros.cfg | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cfgs/misc-macros.cfg b/cfgs/misc-macros.cfg index 5ca1dc1..6a7ce66 100644 --- a/cfgs/misc-macros.cfg +++ b/cfgs/misc-macros.cfg @@ -5,7 +5,7 @@ enable_force_move: True # [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. +# NOTE If you're using a an Orange Pi, you can uncomment the next 3 lines, optionally. # [temperature_sensor Orange_Pi] # sensor_type: temperature_host # sensor_path: /sys/class/thermal/thermal_zone0/temp @@ -20,10 +20,11 @@ path: /home/pi/printer_data/gcodes [pause_resume] [display_status] -[delayed_gcode DISABLEFILAMENTSENSOR] -initial_duration: 1 -gcode: - SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=0 +# NOTE If you have a filament sensor, uncomment the following 4 lines +# [delayed_gcode DISABLEFILAMENTSENSOR] +# initial_duration: 1 +# gcode: +# SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=0 [gcode_macro _globals] variable_filament_sensor_enabled: 0 # NOTE Enable(1) or disable(0) the filament sensor, if one is connected