blob: d58bde2a92bc286b464463132e789b9b6d001f76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
(module NetTie-I_Connected_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.")
(tags "Just a \"Net tie\" as an more or less elegant way to connect two different nets without disturbing ERC and DRC.")
(fp_text reference REF** (at -0.04064 4.06908) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value NetTie-I_Connected_SMD (at 0 -3.048) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 1.778 -1.016) (end -1.778 -1.016) (layer F.Cu) (width 0.3048))
(fp_line (start -1.778 -0.762) (end 1.778 -0.762) (layer F.Cu) (width 0.3048))
(fp_line (start 1.778 -0.508) (end -1.778 -0.508) (layer F.Cu) (width 0.3048))
(fp_line (start -1.778 -0.254) (end 1.778 -0.254) (layer F.Cu) (width 0.3048))
(fp_line (start 1.778 0) (end -1.778 0) (layer F.Cu) (width 0.3048))
(fp_line (start -1.778 0.254) (end 1.778 0.254) (layer F.Cu) (width 0.3048))
(fp_line (start 1.778 0.508) (end -1.778 0.508) (layer F.Cu) (width 0.3048))
(fp_line (start -1.778 0.762) (end 1.778 0.762) (layer F.Cu) (width 0.3048))
(fp_line (start 1.778 1.016) (end -1.778 1.016) (layer F.Cu) (width 0.3048))
(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 0) (size 1.99898 1.99898) (layers F.Cu F.Paste F.Mask))
)
|