#Cant resume prints

2 messages · Page 1 of 1 (latest)

lost valve
#

Iv been trying to get my btt sfs v2 to work correctly but im having an issue with resuming paused prints im not sure if its my pause or resume macro or my sfs v2 config id doesn't seem to matter if i manually pause the print or if the sfs triggers i get the same message Print is not paused, resume aborted

sfs config

[filament_switch_sensor switch_sensor]
switch_pin: ^PC1
pause_on_runout: True
runout_gcode:
PAUSE # [pause_resume] is required in printer.cfg
M117 Filament switch runout
insert_gcode:
M117 Filament switch inserted

[filament_motion_sensor encoder_sensor]
switch_pin: ^PC2
detection_length: 5 # accuracy of motion sensor 2.88mm
extruder: extruder
pause_on_runout: True
runout_gcode:
PAUSE # [pause_resume] is required in printer.cfg
M117 Filament encoder runout
insert_gcode:
M117 Filament encoder inserted