3
1
Back

# This would override board outline and milled areas # (condition "A.Type == 'pad' && !A.isPlated()" (condition "A.Type == 'track' && B.Type == 'track'" (condition "A.Type == 'track' && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'graphic')")) # edge clearance condition "A.Type == 'via' && B.Type == A.Type")) # 4-layer condition "A.Type == 'via'" condition "A.Type == 'via' && B.Type == 'graphic')" (condition "A.Type == 'pad' && (B.Type == 'text.

New Pull Request