3
1
Back

Board. #Kicad 7 # 2-layer, 1oz copper condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'pad' && B.Type == 'track'" (condition "A.Type == 'track' && B.Type == A.Type" (condition "A.Type == 'pad' && !A.isPlated()" condition "A.isPlated() && B.Type == 'track'" (condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'track'" condition "A.Type == 'track'" (condition "A.isPlated() && B.Type == 'graphic')")) # edge clearance condition "A.Type == 'pad' && !A.isPlated()" condition "A.isPlated() && B.Type == 'track'" condition.

New Pull Request