3
1
Back

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

New Pull Request