3
1
Back

Edge clearance condition "A.Type == 'pad' && !A.isPlated()" (condition "A.Type == 'pad' && !A.isPlated()" (condition "A.Type == 'via' && B.Type == A.Type && A.Net != B.Net" (condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == A.Type" condition "A.Type == 'via' && B.Type == 'track'" condition "A.Type == 'via' && B.Type == 'graphic')")) # edge clearance condition "A.Type == 'track' && B.Type == 'track'" (condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == A.Type" (condition "A.Type == 'track' && B.Type == A.Type && A.Net == B.Net" condition "A.Type == 'via'" condition "A.Type == 'track' && B.Type == 'graphic')" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'via' && B.Type == A.Type")) # 4-layer condition "A.Type == 'track' && B.Type == A.Type && A.Net != B.Net" (condition "A.Type == 'track' && B.Type == A.Type")) # 4-layer condition "A.Type == 'track' && B.Type == A.Type && A.Net != B.Net" (condition "A.Type == 'pad' && !A.isPlated()" (condition "A.Type == 'via' && B.Type == 'track'" (condition "A.Type == 'via' && B.Type == A.Type && A.Net != B.Net" condition "A.Type == 'via' && B.Type == 'graphic')")) # edge clearance condition "A.Type == 'track' && B.Type == 'track'" (condition "A.isPlated() && B.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon Sep 17 00:00:00 2001 Subject: [PATCH 13/18] Add footprint items for panel holes; separate panel and Pin 1, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh2-da B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-h Combo I series, 3 pole female XLR receptacle, grounding: separate ground contact to mating.

New Pull Request