3
1
Back

Module pushbutton_switch_6mm() { From 5e32fb4fc0953f2a10f8dc9cf7a0a3653bcbf4f2 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Final revision; added custom DRC as project file (pts Final revision; added custom DRC as project file tstamp eb945be1-4d1d-46b5-b945-d4ebde74dae2) Final revision; added custom DRC as project file tstamp 62e17d71-a82e-47f7-8a14-a0885fbe0008) Final revision; added custom DRC as project file attr exclude_from_pos_files exclude_from_bom) Final revision; added custom DRC as project file version 1) #Kicad 7 # 2-layer, 1oz copper condition "A.Type == 'pad' && !A.isPlated()" condition "A.isPlated() && B.Type == A.Type && A.Net != B.Net" (condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == A.Type")) # 4-layer condition "A.Type == 'via' && B.Type == 'track'" (condition "A.isPlated() && B.Type == 'track'" (condition "A.Type == 'via' && B.Type == 'track'" (condition "A.isPlated() && B.Type == 'graphic')")) # edge clearance condition "A.Type == 'track' && B.Type == 'track'" condition "A.Type == 'pad' && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'track' && B.Type == A.Type" condition "A.Type == 'via' && B.Type == A.Type && A.Net != B.Net" condition "A.Type == 'track' && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'")) # drill/hole size condition "A.Type == 'pad' && B.Type == 'track'" condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'via' && B.Type == 'track'" (condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'via' && B.Type == A.Type && A.Net != B.Net" condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == A.Type")) # 4-layer condition "A.Type == 'track' && B.Type == A.Type && A.Net != B.Net" (condition "A.Type == 'pad' && A.Fabrication_Property == 'Castellated pad'")) # clearance.

New Pull Request