3
1
Back

(condition "A.isPlated() && B.Type == 'track'" (condition "A.Type == 'via'" condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'")) # drill/hole size condition "A.Type == 'pad' && !A.isPlated()" condition "A.isPlated() && B.Type == A.Type")) # 4-layer condition "A.Type == 'pad' && B.Type == 'graphic')" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'graphic')" # This would override board.

New Pull Request