blob: dadd049ffee2ccd284853976693b8e10ee7ca6ab (
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
|
(module Fuse_SMD (layer F.Cu)
(at 0 0)
(attr smd)
(fp_text reference REF** (at 0 -0.508) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Fuse_SMD (at 0 0.762) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -2.032 5.588) (end -2.032 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -2.032 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 2.032 5.588) (end 2.032 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 2.032 1.27) (end 2.54 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 2.032 -5.461) (end 2.032 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 2.032 -1.27) (end 2.54 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -2.032 -5.461) (end -2.032 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -2.032 -1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -2.54 -5.461) (end -2.54 5.588) (layer F.SilkS) (width 0.15))
(fp_line (start 2.54 5.588) (end 2.54 -5.461) (layer F.SilkS) (width 0.15))
(fp_line (start 2.54 5.588) (end -2.54 5.588) (layer F.SilkS) (width 0.15))
(fp_line (start -2.54 -5.461) (end 2.54 -5.461) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at 0 -3.175) (size 3.556 4.191) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 0 3.175) (size 3.556 4.191) (layers F.Cu F.Paste F.Mask))
(model SMD_Packages.3dshapes/Fuse_SMD.wrl
(at (xyz 0 0 0))
(scale (xyz 0.4 0.4 0.4))
(rotate (xyz 0 0 90))
)
)
|