forked from jaschaeisenberg/Discret.pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DO-35.kicad_mod
25 lines (25 loc) · 1.13 KB
/
DO-35.kicad_mod
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 DO-35 (layer F.Cu)
(at 0 0)
(descr "Diode 3 pas")
(tags "DIODE DEV")
(fp_text reference DO-35 (at 0 0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value VAL** (at 0 0) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 2.032 0) (end 3.81 0) (layer F.SilkS) (width 0.15))
(fp_line (start -2.032 0) (end -3.81 0) (layer F.SilkS) (width 0.15))
(fp_line (start 1.524 -1.016) (end 1.524 1.016) (layer F.SilkS) (width 0.15))
(fp_line (start -2.032 -1.016) (end -2.032 1.016) (layer F.SilkS) (width 0.15))
(fp_line (start -2.032 1.016) (end 2.032 1.016) (layer F.SilkS) (width 0.15))
(fp_line (start 2.032 1.016) (end 2.032 -1.016) (layer F.SilkS) (width 0.15))
(fp_line (start 2.032 -1.016) (end -2.032 -1.016) (layer F.SilkS) (width 0.15))
(pad 2 thru_hole rect (at 3.81 0) (size 1.4224 1.4224) (drill 0.6096) (layers *.Cu *.Mask F.SilkS))
(pad 1 thru_hole circle (at -3.81 0) (size 1.4224 1.4224) (drill 0.6096) (layers *.Cu *.Mask F.SilkS))
(model Discret/DO-35.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3 0.3 0.3))
(rotate (xyz 0 0 0))
)
)