3
1
Back

Included (case drawing: https://ww2.minicircuits.com/case_style/MMM168.pdf, land pattern PL-176, including GND vias (https://www.minicircuits.com/pcb/98-pl176.pdf Footprint for Mini-Circuits case BK377 (https://ww2.minicircuits.com/case_style/BK276.pdf) according to land-pattern PL-005, including GND vias (https://ww2.minicircuits.com/pcb/98-pl012.pdf Mini-Circuits top-hat case DB1627 (https://ww2.minicircuits.com/case_style/DB1627.pdf Footprint for SSR made by many individuals. For exact contribution history, see the documentation. Condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'")) # drill/hole size condition "A.Type == 'track' && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'via' && B.Type == A.Type && A.Net != B.Net" (condition "A.Type == 'track'" condition "A.Type == 'via' && B.Type == A.Type && A.Net != B.Net" condition "A.Type == 'via' && B.Type == 'graphic')" (condition "A.Type == 'via'" (condition "A.Type == 'pad' && B.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add footprint items for panel holes; separate panel and pcb into different files Add footprint items for panel.

New Pull Request