f8ffc2c5
mahmoudrabia
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
(module 1X02_BIG (layer F.Cu) (tedit 200000)
(descr "PLATED THROUGH HOLE")
(tags "PLATED THROUGH HOLE")
(attr virtual)
(fp_text reference >NAME (at 0 -1.778) (layer F.SilkS)
(effects (font (size 0.6096 0.6096) (thickness 0.127)))
)
(fp_text value >VALUE (at 0 1.905) (layer F.SilkS)
(effects (font (size 0.6096 0.6096) (thickness 0.127)))
)
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.127))
(fp_line (start -1.27 1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.127))
(fp_line (start 5.08 1.27) (end 5.08 -1.27) (layer F.SilkS) (width 0.127))
(fp_line (start 5.08 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.127))
(pad P$1 thru_hole circle (at 0 0) (size 1.6002 1.6002) (drill 1.0668) (layers *.Cu *.Mask)
(solder_mask_margin 0.1016))
(pad P$2 thru_hole circle (at 3.81 0) (size 1.6002 1.6002) (drill 1.0668) (layers *.Cu *.Mask)
(solder_mask_margin 0.1016))
)
|