blob: c5a2bf0e34a8b0634e546328584bbe58d8477179 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
(module NetTie-I_Connected (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 (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 B.Cu) (width 0.3048))
(fp_line (start -1.778 1.016) (end -1.778 0.762) (layer B.Cu) (width 0.3048))
(fp_line (start -1.778 0.762) (end 1.778 0.762) (layer B.Cu) (width 0.3048))
(fp_line (start 1.778 0.762) (end 1.778 0.508) (layer B.Cu) (width 0.3048))
(fp_line (start 1.778 0.508) (end -1.778 0.508) (layer B.Cu) (width 0.3048))
(fp_line (start -1.778 0.508) (end -1.778 0.254) (layer B.Cu) (width 0.3048))
(fp_line (start -1.778 0.254) (end 1.778 0.254) (layer B.Cu) (width 0.3048))
(fp_line (start 1.778 0.254) (end 1.778 0) (layer B.Cu) (width 0.3048))
(fp_line (start 1.778 0) (end -1.778 0) (layer B.Cu) (width 0.3048))
(fp_line (start -1.778 0) (end -1.778 -0.254) (layer B.Cu) (width 0.3048))
(fp_line (start -1.778 -0.254) (end 1.778 -0.254) (layer B.Cu) (width 0.3048))
(fp_line (start 1.778 -0.254) (end 1.778 -0.508) (layer B.Cu) (width 0.3048))
(fp_line (start 1.778 -0.508) (end -1.778 -0.508) (layer B.Cu) (width 0.3048))
(fp_line (start -1.778 -0.508) (end -1.778 -0.762) (layer B.Cu) (width 0.3048))
(fp_line (start -1.778 -0.762) (end 1.778 -0.762) (layer B.Cu) (width 0.3048))
(fp_line (start 1.778 -0.762) (end 1.778 -1.016) (layer B.Cu) (width 0.3048))
(fp_line (start 1.778 -1.016) (end -1.778 -1.016) (layer B.Cu) (width 0.3048))
(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 thru_hole rect (at -2.54 0) (size 1.99898 1.99898) (drill 1.00076) (layers *.Cu *.Mask))
(pad 2 thru_hole rect (at 2.54 0) (size 1.99898 1.99898) (drill 1.00076) (layers *.Cu *.Mask))
)
|