3
1
Back

For shaft cutout // set the quantity, quality, radius, height, and placement // the hole in the same size as traces - .3mm for non-power lines, .6mm if carrying power MK uses .6mm -- this is far simpler than this // for cylinder indentations, set quantity, quality, radius, height, and placement // the larger board underneath the smaller board. #Kicad 7 # 2-layer, 1oz copper condition "A.Type == 'track' && B.Type == 'graphic')" (condition "A.Type == 'via' && B.Type == A.Type && A.Net != B.Net" (condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'via' && B.Type == A.Type && A.Net == B.Net" condition.

New Pull Request