Custom DRC BGA Breakout Clearance (KiCad 8 vs KiCad 9)

Hello,
I had the following design rule in KiCad 8.0 and it worked well. The trace clearance outline would be 5mils when inside the courtyard, then the segment which exited the courtyard would have the default clearance.
(rule “BGA clearance”
(constraint clearance (min 5mil))
(condition “A.intersectsCourtyard(‘U14’)”)
)

When I updated to KiCad 9.0.0, this is broken. I am no longer able to route the traces.

Any suggestions on modification to the syntax?

Thanks,
Dimitri

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.