3
1
Back

# (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 == 'via' && B.Type == A.Type" (condition "A.Type == 'track' && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == A.Type && A.Net != B.Net" (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'")) # drill/hole size condition "A.Type == 'pad' && !A.isPlated()" condition "A.isPlated() && B.Type == 'track'" condition "A.Type == 'via' && B.Type == 'graphic')")) # edge clearance condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'" condition "A.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Added input resistor for sync; placed everything on PCB 398c2b234c Checkpoint after fixes but before shrinking boards Checkpoint after tweaking.

New Pull Request