f8ffc2c5
mahmoudrabia
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
(module SMA-DIODE (layer F.Cu) (tedit 200000)
(descr DIODE)
(tags DIODE)
(attr smd)
(fp_text reference >NAME (at 0 -2.032) (layer F.SilkS)
(effects (font (size 0.6096 0.6096) (thickness 0.127)))
)
(fp_text value >VALUE (at 0 2.032) (layer F.SilkS)
(effects (font (size 0.6096 0.6096) (thickness 0.127)))
)
(fp_line (start -2.2987 -0.99822) (end -2.2987 -1.4478) (layer F.SilkS) (width 0.2032))
(fp_line (start -2.2987 -1.4478) (end 2.2987 -1.4478) (layer F.SilkS) (width 0.2032))
(fp_line (start 2.2987 -1.4478) (end 2.2987 -0.99822) (layer F.SilkS) (width 0.2032))
(fp_line (start 2.2987 0.99822) (end 2.2987 1.4478) (layer F.SilkS) (width 0.2032))
(fp_line (start 2.2987 1.4478) (end -2.2987 1.4478) (layer F.SilkS) (width 0.2032))
(fp_line (start -2.2987 1.4478) (end -2.2987 0.99822) (layer F.SilkS) (width 0.2032))
(fp_line (start 3.175 -0.99822) (end 3.175 0.99822) (layer F.SilkS) (width 0.2032))
(pad A smd rect (at -2.14884 0 180) (size 1.27 1.46812) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.1016))
(pad C smd rect (at 2.14884 0) (size 1.27 1.46812) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.1016))
)
|