3
1
Back

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

New Pull Request