blob: a560bf820a89d09d3856ab5b4e3c9d31b8eb4e8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(module ALIM (layer F.Cu)
(at 97.79 53.975)
(fp_text reference REF** (at 0 0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value ALIM (at 0 3.81) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -2.54 0) (size 2.54 2.54) (layers F.Cu F.Paste F.Mask))
(pad 2 thru_hole circle (at 2.54 0) (size 3.048 3.048) (drill 0.8128) (layers *.Cu))
)
|