More changes pulled from personal. Added filament sensor pinout.

This commit is contained in:
Bassam Husain
2023-03-14 19:47:16 -04:00
3 changed files with 15 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
#####################################################################
# Find my instructions here:
# https://github.com/bassamanator/rp2040-zero-adxl345-klipper
# ADXL345 related Settings
# https://www.klipper3d.org/Measuring_Resonances.html#adxl345
#####################################################################
[mcu RP2040]

View File

@@ -14,10 +14,10 @@ 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
[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