3
1
Back

== A.Type && A.Net != B.Net" condition "A.Type == 'track'" (condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'")) # drill/hole size condition "A.Type == 'pad' && !A.isPlated()" (condition "A.Type == 'pad' && B.Type == 'track'" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'track'" condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'pad' && B.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fix annoyance of 2x05 IDC header THT 2x03 2.00mm double row Through hole straight pin header, 2x38, 2.54mm pitch, double rows Through hole straight socket strip, 2x10, 2.00mm pitch, 4.2mm pin length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip, 2x38, 2.00mm pitch, 4.2mm pin length, single row style1 pin1 left Surface mounted pin header SMD 1x35 2.00mm single row Through hole angled socket strip, 1x15, 2.00mm pitch, 6.35mm socket length, double rows Through hole pin header SMD 2x16 2.00mm double row Through hole socket strip SMD 1x24 1.00mm single row Through hole angled pin header THT 2x33 2.54mm double row surface-mounted straight pin header, 2x14, 1.27mm pitch, 3.9x4.9mm body, exposed pad, Analog Devices (Linear Tech), 133-pin BGA uModule, 15.0x15.0x4.92mm, https://www.analog.com/media/en/technical-documentation/data-sheets/4637fc.pdf MAPBGA 9x9x1.11 PKG, 9.0x9.0mm, 272 Ball, 17x17 Layout, 0.5mm Pitch.

New Pull Request