I find that the BTT SFS v2 automatically pauses after purge… if i restart the print it works as expected. So, its ‘sensing’ no motion between the purge and the start of Layer 1.
I’m totally new to Klipper and hoping someone can provide gcode I cam put in Printer.cfg to delay the SFS from being enabled until say 10 seconds after Purge, or maybe 10 seconds after Layer 1 starts…
If put that macro as the last thing in START_PRINT (after nozzle purge) – will it delay the enable 10 seconds after the nozzle purge or 10 seconds after the START_PRINT code begins?
# call enable_runout_sensor with a delay of 1 sec
UPDATE_DELAYED_GCODE ID=enable_runout_sensor DURATION=10