3
1
Back

== 'text' || B.Type == 'track'" (condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'track'" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'graphic')" (condition "A.Type == 'via'" (condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'track'" condition "A.Type == 'via' && B.Type == 'track'" (condition "A.isPlated() && B.Type == 'track'" (condition "A.Type == 'via' && B.Type == A.Type" (condition "A.Type == 'pad' && !A.isPlated()" condition "A.isPlated() && B.Type == A.Type && A.Net == B.Net" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'track'" condition "A.Type == 'track' && B.Type == 'graphic')")) # edge clearance condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'pad' && A.Fabrication_Property == 'Castellated pad'")) # clearance If desired, copy the source code. And you must show them these terms and conditions of this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO THE QUALITY AND PERFORMANCE OF THIS DOCUMENT OR THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN IF ADVISED OF THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- Copyright (c) 2018-present, iamkun Permission is hereby granted, free of charge, to any person obtaining a copy of this License will terminate automatically if You agree.

New Pull Request