forked from KiCad/Connectors.pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bornier3.kicad_mod
24 lines (24 loc) · 1.06 KB
/
bornier3.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
(module bornier3 (layer F.Cu)
(at 0 0)
(descr "Bornier d'alimentation 3 pins")
(tags DEV)
(fp_text reference P*** (at 0 -5.08) (layer F.SilkS)
(effects (font (thickness 0.3048)))
)
(fp_text value BORN3 (at 0 5.08) (layer F.SilkS)
(effects (font (thickness 0.3048)))
)
(fp_line (start -7.62 3.81) (end -7.62 -3.81) (layer F.SilkS) (width 0.3048))
(fp_line (start 7.62 3.81) (end 7.62 -3.81) (layer F.SilkS) (width 0.3048))
(fp_line (start -7.62 2.54) (end 7.62 2.54) (layer F.SilkS) (width 0.3048))
(fp_line (start -7.62 -3.81) (end 7.62 -3.81) (layer F.SilkS) (width 0.3048))
(fp_line (start -7.62 3.81) (end 7.62 3.81) (layer F.SilkS) (width 0.3048))
(pad 1 thru_hole rect (at -5.08 0) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 0 0) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS))
(pad 3 thru_hole circle (at 5.08 0) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS))
(model Device/bornier_3.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)