Pause on Start Print

I just upgraded from RatOS 2.0 to 2.1.
I brought some of my 2.0 config over but when the following is included, the printer pauses before starting a print job.
Why would that be? It was working great with RatOS 2.0


[filament_switch_sensor switch_sensor]
switch_pin: ^PG14
pause_on_runout: False
runout_gcode:
PAUSE
M117 Filament switch: Filament runout
insert_gcode:
M117 Filament switch: Filament inserted

[filament_motion_sensor encoder_sensor]

for details, see: https://github.com/bigtreetech/smart-filament-detection-module/blob/master/V2.0/Manual/SFS%20V2.0%20User%20Manual%2020230210.pdf

switch_pin: ^PG15
detection_length: 5
extruder: extruder
pause_on_runout: False
runout_gcode:
PAUSE
M117 Filament moition detector: Filament runout
insert_gcode:
M117 Filament moition detector: Filament inserted
Was this page helpful?