3
1
Back

7 # 2-layer, 1oz copper condition "A.Type == 'track'" condition "A.Type == 'track' && B.Type == 'track'" (condition "A.isPlated() && B.Type == A.Type && A.Net != B.Net" (condition "A.Type == 'via' && B.Type == A.Type" condition "A.Type == 'via' && B.Type == A.Type && A.Net == B.Net" condition "A.Type == 'via'" condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'" condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'pad' && !A.isPlated()" (condition "A.Type == 'via' && B.Type == A.Type" condition "A.Type == 'via'" (condition "A.Type == 'via' && B.Type == 'track'" condition "A.Type == 'pad' && !A.isPlated()" condition "A.isPlated() && B.Type == 'graphic')")) # edge clearance condition "A.Type == 'track'" condition "A.Type == 'track' && B.Type == A.Type")) # 4-layer condition "A.Type == 'pad' && B.Type == 'track'" condition "A.Type == 'pad' && !A.isPlated()" (condition "A.Type == 'track' && B.Type == 'track'" ; DRILL file {KiCad 5.1.10-88a1d61d58~90~ubuntu20.04.1} date Thu Aug 12 15:59:21 2021 ac58a9eaed checkpoint after roughing out middle PCB ebf8c2dd87 Move LED resistors From d81094c64ef3dbd9cdcdc0341bc85fcc9deb080e Mon Sep 17 00:00:00 2001 Subject: [PATCH 03/18] tweaks layout with input from sam 52b504dd7c Delete 'Panels/futura.

New Pull Request