"Filament Unloaded" After starting print. New BTT Smart Sensor V2 - Filament Runout
I seem to have the filament runout sensor installed and working correctly. However everytime i start a print now, after the prime blob it reports "filament unloaded" and i have to hit play again.
Here is my printer.cfg attached and below:
[filament_switch_sensor RUNOUT] switch_pin: ^PG12pause_on_runout: Truerunout_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: ^PG13detection_length: 20 # accuracy of motion sensor 2.88mm extruder: extruderpause_on_runout: Truerunout_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 startsinitial_duration: 1gcode: 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: ^PG12pause_on_runout: Truerunout_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: ^PG13detection_length: 20 # accuracy of motion sensor 2.88mm extruder: extruderpause_on_runout: Truerunout_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 startsinitial_duration: 1gcode: 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=