[filament_switch_sensor RUNOUT]
switch_pin: ^PG12
pause_on_runout: True
runout_gcode:
PAUSE # [pause_resume] is required in printer.cfg
M117 Filament not detected
SET_IDLE_TIMEOUT TIMEOUT=86400
#insert_gcode:
#M117 Filament switch inserted
[filament_motion_sensor JAM]
switch_pin: ^PG13
detection_length: 20 # accuracy of motion sensor 2.88mm
extruder: extruder
pause_on_runout: True
runout_gcode:
PAUSE # [pause_resume] is required in printer.cfg
M117 Filament jam detected
SET_IDLE_TIMEOUT TIMEOUT=86400
#insert_gcode:
#M117 Filament encoder inserted
[delayed_gcode DISABLEFILAMENTSENSOR] ; This will disable the SFS 1 second after klipper starts
initial_duration: 1
gcode:
SET_FILAMENT_SENSOR SENSOR=RUNOUT ENABLE=0 ; Put your filament sensor's name after SENSOR=
SET_FILAMENT_SENSOR SENSOR=JAM ENABLE=0 ; Put your filament sensor's name after SENSOR=
[filament_switch_sensor RUNOUT]
switch_pin: ^PG12
pause_on_runout: True
runout_gcode:
PAUSE # [pause_resume] is required in printer.cfg
M117 Filament not detected
SET_IDLE_TIMEOUT TIMEOUT=86400
#insert_gcode:
#M117 Filament switch inserted
[filament_motion_sensor JAM]
switch_pin: ^PG13
detection_length: 20 # accuracy of motion sensor 2.88mm
extruder: extruder
pause_on_runout: True
runout_gcode:
PAUSE # [pause_resume] is required in printer.cfg
M117 Filament jam detected
SET_IDLE_TIMEOUT TIMEOUT=86400
#insert_gcode:
#M117 Filament encoder inserted
[delayed_gcode DISABLEFILAMENTSENSOR] ; This will disable the SFS 1 second after klipper starts
initial_duration: 1
gcode:
SET_FILAMENT_SENSOR SENSOR=RUNOUT ENABLE=0 ; Put your filament sensor's name after SENSOR=
SET_FILAMENT_SENSOR SENSOR=JAM ENABLE=0 ; Put your filament sensor's name after SENSOR=