3
1
Back

Version 1) #Kicad 7 # 2-layer, 1oz copper condition "A.Type == 'track' && B.Type == A.Type")) # 4-layer condition "A.Type == 'via' && B.Type == 'track'" (condition "A.isPlated() && B.Type == A.Type && A.Net != B.Net" condition "A.Type == 'via'" (condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'")) # drill/hole size condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'track'" condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'")) # drill/hole size condition "A.Type == 'pad' && B.Type == A.Type" (condition "A.Type == 'via'" (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 && A.Net != B.Net" condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fix annoyance of 2x05 IDC header THT 2x05 2.54mm double row Through hole straight pin header, 2x17, 2.54mm pitch, 8.51mm socket length, double rows Surface mounted pin header THT 2x31 2.54mm double row Through hole pin header THT 2x13 2.54mm double row Through hole straight pin header, 2x06, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole straight socket.

New Pull Request