3
1
Back

= out_working_increment*4 + out_row_1; out_row_7 = working_increment*6 + out_row_1; From 71d5da41172a5a79b9079ba234cbd61b0c31a525 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fix for component clearance, panel thickness from printer realities Fix for when invisiblebread has no bread Fix for component clearance, panel thickness from printer realities Compare 4 commits » created pull request 'pcb_finalization' (#1) from bugfix/10hp into main afea9d5a2c Final revision; added custom DRC as project file version 1) #Kicad 7 # 2-layer, 1oz copper condition "A.Type == 'via'" condition "A.Type == 'track' && B.Type == 'graphic')" (condition "A.Type == 'track'" condition "A.Type == 'track' && B.Type == 'graphic')")) # edge clearance condition "A.Type == 'track' && B.Type == 'track'" (condition "A.Type == 'pad' && !A.isPlated()" condition "A.isPlated() && B.Type == 'graphic')")) # edge clearance condition "A.Type == 'track' && B.Type == A.Type" condition "A.Type == 'via' && B.Type == A.Type && A.Net == B.Net" condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == A.Type" (condition "A.Type == 'pad' && A.Fabrication_Property == 'Castellated pad'" condition "A.Net != B.Net" (condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == A.Type" condition "A.Type == 'pad' && !A.isPlated()" condition "A.isPlated() && B.Type == 'track'" condition "A.Type == 'pad' && B.Type == A.Type")) # 4-layer condition "A.Type == 'pad' && A.Fabrication_Property == 'Castellated pad'" condition "A.Net != B.Net" (condition "A.Type == 'track'" (condition "A.isPlated() && B.Type == A.Type && A.Net == B.Net" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == A.Type" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == A.Type && A.Net == B.Net" condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'" condition "A.Type == 'via' && B.Type == A.Type && A.Net == B.Net" condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'track'" (condition "A.isPlated() && B.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon.

New Pull Request