blob: 0de9058a4b696ff5f55cf00f3131910c4d76e038 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(module NetTie-III_SMD (layer F.Cu)
(at 0 0)
(descr "Just a \"Net tie\" as an more or less elegant way to connect two different nets without disturbing ERC and DRC. Make connection between the pads by yourself.")
(tags "Just a \"Net tie\" as an more or less elegant way to connect two different nets without disturbing ERC and DRC. Make connection between the pads by yourself.")
(fp_text reference REF** (at 0 7.62) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value NetTie-III_SMD (at 0 -3.048) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 smd rect (at -2.54 0) (size 1.99898 1.99898) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -2.54 3.81) (size 1.99898 1.99898) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 2.54 0) (size 1.99898 1.99898) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 2.54 3.81) (size 1.99898 1.99898) (layers F.Cu F.Paste F.Mask))
)
|