f8ffc2c5
mahmoudrabia
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
(module BANANA_CONN (layer F.Cu) (tedit 200000)
(descr "BANANA PLUG PTH")
(tags "BANANA PLUG PTH")
(attr virtual)
(fp_text reference >NAME (at 0 -3.81) (layer F.SilkS)
(effects (font (size 0.6096 0.6096) (thickness 0.127)))
)
(fp_text value >VALUE (at 0 3.81) (layer F.SilkS)
(effects (font (size 0.6096 0.6096) (thickness 0.127)))
)
(fp_circle (center 0 0) (end 0 -2.83972) (layer F.SilkS) (width 0.127))
(pad P$1 thru_hole circle (at 0 0) (size 5.461 5.461) (drill 3.81) (layers *.Cu *.Mask)
(solder_mask_margin 0.1016))
)
|