3
1
Back

'Edge.Cuts'")) # drill/hole size condition "A.Type == 'track'" condition "A.Type == 'track'" (condition "A.isPlated() && B.Type == A.Type")) # 4-layer condition "A.Type == 'track'" (condition "A.Type == 'pad' && !A.isPlated()" condition "A.isPlated() && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'via'" (condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'via'" condition "A.Type == 'track' && B.Type == 'graphic')" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'graphic')" (condition "A.Type == 'via' && B.Type == A.Type && A.Net == B.Net" condition "A.Type == 'track' && B.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Start of LM13700 version to see why b1fcba1e78f37669542b35a3e32a5257c5c0240c 2dd0b8c0c736720a0b064bbe1304dc9562beb260 init 2cddc4d62d38c9e1b69839f92a19e7915eecbceb f51b7b97734e404127fa5d5d263acbfd66f116e4 Add schematic, start on PCB Added hard sync to schematic, laid out PCB with exploratory 8hp layout 0d370a24cdcaf6d3fd7f0316855522b79df0fe9a 3583986e89 Finished PCB, passes all passable DRCs .../Unseen.

New Pull Request