3
1
Back

'track'")) # This would override board outline and milled areas # (condition "A.Type == 'track' && B.Type == A.Type" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'track'" condition "A.Type == 'pad' && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'pad' && B.Type == 'graphic')")) # edge.

New Pull Request