3
1
Back

Submodule doc From 13c8bcac477b612d33e1b1cfe89a6f9adc0a8935 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Final revision; added custom DRC as project file version 1) #Kicad 7 # 2-layer, 1oz copper condition "A.Type == 'via' && B.Type == A.Type" condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'")) # drill/hole size condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'track'" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'graphic')")) # edge clearance condition "A.Type == 'pad' && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'track'" condition "A.Type == 'pad' && !A.isPlated()" condition "A.isPlated() && B.Type == A.Type" condition "A.Type == 'via' && B.Type == A.Type" (condition "A.Type == 'pad' && !A.isPlated()" condition.

New Pull Request