12345678910111213141516171819202122 |
- (module 3.5mm_Points (layer F.Cu) (tedit 593E2FF8)
- (descr "Connecteurs 2 pins")
- (tags "CONN DEV")
- (attr virtual)
- (fp_text reference REF** (at 0 -2) (layer F.SilkS)
- (effects (font (size 1 1) (thickness 0.15)))
- )
- (fp_text value 3.5mm_Points (at 0 2) (layer F.Fab)
- (effects (font (size 1 1) (thickness 0.15)))
- )
- (fp_line (start -2.75 -0.5) (end -2.25 -1) (layer F.SilkS) (width 0.15))
- (fp_line (start -2.25 -1) (end 2 -1) (layer F.SilkS) (width 0.15))
- (fp_line (start 2 -1) (end 2.25 -1) (layer F.SilkS) (width 0.15))
- (fp_line (start 2.25 -1) (end 2.75 -0.5) (layer F.SilkS) (width 0.15))
- (fp_line (start 2.75 -0.5) (end 2.75 0.5) (layer F.SilkS) (width 0.15))
- (fp_line (start 2.75 0.5) (end 2.25 1) (layer F.SilkS) (width 0.15))
- (fp_line (start 2.25 1) (end -2.25 1) (layer F.SilkS) (width 0.15))
- (fp_line (start -2.25 1) (end -2.75 0.5) (layer F.SilkS) (width 0.15))
- (fp_line (start -2.75 0.5) (end -2.75 -0.5) (layer F.SilkS) (width 0.15))
- (pad 1 thru_hole circle (at -1.75 0) (size 1.4 1.4) (drill 0.8128) (layers *.Cu *.Mask))
- (pad 2 thru_hole circle (at 1.75 0) (size 1.4 1.4) (drill 0.8128) (layers *.Cu *.Mask))
- )
|