blob: 804dbe933e3f68917a240b61f432323f9ceaf92b (
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
|
(module SMD-1210_Pol (layer F.Cu)
(at 0 0)
(tags "CMS SM")
(attr smd)
(fp_text reference REF** (at 0.127 -0.762) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value SMD-1210_Pol (at 0 0.762) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -2.794 -1.524) (end -2.794 1.524) (layer F.SilkS) (width 0.15))
(fp_line (start 0.889 1.524) (end 2.794 1.524) (layer F.SilkS) (width 0.15))
(fp_line (start 2.794 1.524) (end 2.794 -1.524) (layer F.SilkS) (width 0.15))
(fp_line (start 2.794 -1.524) (end 0.889 -1.524) (layer F.SilkS) (width 0.15))
(fp_line (start -0.762 -1.524) (end -2.794 -1.524) (layer F.SilkS) (width 0.15))
(fp_line (start -2.594 -1.524) (end -2.594 1.524) (layer F.SilkS) (width 0.15))
(fp_line (start -2.794 1.524) (end -0.762 1.524) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -1.778 0) (size 1.778 2.794) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 1.778 0) (size 1.778 2.794) (layers F.Cu F.Paste F.Mask))
(model SMD_Packages.3dshapes/SMD-1210_Pol.wrl
(at (xyz 0 0 0))
(scale (xyz 0.2 0.2 0.2))
(rotate (xyz 0 0 0))
)
)
|