3
1
Back

Envelope/Envelope.kicad_pcb From bba8f602d8c1e3130e12541595ca5b24c3323454 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Documentation Docs/build.md | 4 .../PCB/precadsr_Gerbers/precadsr-PTH.drl | 4 Samba Reggae 1: e89a2a057d Initial commit README.md | 3 From afea9d5a2cf23e2a33a2927086270d4d602f5a2b Mon Sep 17 00:00:00 2001 Subject: [PATCH 01/13] initial notes for v1 front panel components version Latest commits for file Datasheets/2N3903-Motorola.pdf # Autorouter files (exported from Pcbnew) Initial version *.dsn *.ses New KiCad version; non Al panel Gerbers ) (filled_polygon New KiCad version; non Al panel Gerbers ) (filled_polygon New KiCad version; non Al panel Gerbers pts New KiCad version; non Al panel Gerbers polygon (pts Final revision; added custom DRC as project file version 1) #Kicad 7 # 2-layer, 1oz copper condition "A.Type == 'pad' && !A.isPlated()" (condition "A.Type == 'track' && B.Type == 'graphic')")) # edge clearance condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == A.Type && A.Net != B.Net" condition "A.Type == 'via' && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'pad' && A.Fabrication_Property == 'Castellated pad'" (condition "A.Net != B.Net" condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'")) # drill/hole size condition "A.Type == 'track'" (condition "A.isPlated() && B.Type == 'track'" condition "A.Type == 'pad' && B.Type == A.Type && A.Net == B.Net" condition "A.Type == 'via' && B.Type == 'track'" (condition "A.isPlated() && B.Type == A.Type && A.Net == B.Net" condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == 'graphic')" (condition "A.Type == 'pad' && A.Fabrication_Property == 'Castellated pad'" (condition "A.Net != B.Net" (condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'pad' && A.Fabrication_Property == 'Castellated pad'" (condition "A.Net != B.Net" (condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'" condition "A.Type == 'pad' && B.Type == A.Type" (condition "A.Type == 'pad' && A.Fabrication_Property == 'Castellated pad'")) # clearance If desired.

New Pull Request