3
1
Back

'Castellated pad'" condition "A.Net != B.Net" (condition "A.Type == 'via' && B.Type == 'track'" (condition "A.isPlated() && B.Type == A.Type" 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 == 'pad' && B.Type == A.Type" condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'graphic')" (condition "A.Type == 'pad' && !A.isPlated()" (condition "A.Type == 'pad' && A.Fabrication_Property == 'Castellated pad'" (condition "A.Net != B.Net" condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Finished PCB, passes all passable DRCs Show-stopping bugs needing bodges: Errant connection between R25 and R1, probably a result of KiCad adding junctions during a component move. This needs to be even. Odd values are -=1 verticalJackHoleSpacing = (panelInnerHeight - jackHoleRows * jackHoleDiameter) / (jackHoleRows); horizontalJackHoleSpacing = (hp*panelHp - jackHoleColumns.

New Pull Request