Added SIL7 package for brick converter, added 6 mm Audio Jack

This commit is contained in:
Mario Hüttel 2017-06-09 00:39:53 +02:00
parent 4b280507d8
commit 9a9f4ad2fe
3 changed files with 40 additions and 1 deletions

View File

@ -58,7 +58,6 @@ Some footprints have no 3D model. However, in some cases a model of another foot
## SMD
| Name | Footprint | 3D Model |
| :--------- | :-------------: | :------------: |
| 3.5mm-stereo-audio-jack | Y | - |
@ -112,6 +111,8 @@ Some footprints have no 3D model. However, in some cases a model of another foot
| Name | Footprint | 3D Model |
| :--------- | :-------------: | :------------: |
|AMPHENOL-ACJS-HHDR | Y | - |
| SIL7 reduced | Y | - |
| RJ-45 MagJack Stewart | Y | Y |
| THT DIP Switch 4 | Y | Y |
| Diode DO-41 | - | Y |

View File

@ -0,0 +1,21 @@
(module AMPHENOL-ACJS-HHDR (layer F.Cu) (tedit 59397A20)
(fp_text reference J4 (at -6.5 -1.6) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value JACK_TRS_6PINS (at -0.5 1.5) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -13.8 -8) (end 10.6 -8) (layer F.SilkS) (width 0.15))
(fp_line (start -13.8 8) (end -13.8 -8) (layer F.SilkS) (width 0.15))
(fp_line (start 10.6 8) (end -13.8 8) (layer F.SilkS) (width 0.15))
(fp_line (start 14 -5.7) (end 14 5.7) (layer F.SilkS) (width 0.15))
(fp_line (start 10.6 5.7) (end 14 5.7) (layer F.SilkS) (width 0.15))
(fp_line (start 10.6 -8) (end 10.6 8) (layer F.SilkS) (width 0.15))
(fp_line (start 10.6 -5.7) (end 14 -5.7) (layer F.SilkS) (width 0.15))
(pad 4 thru_hole circle (at 6.35 5.7) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask))
(pad 6 thru_hole circle (at 0 5.7) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask))
(pad 5 thru_hole circle (at -6.35 5.7) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at -6.35 -5.7) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 0 -5.7) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at 6.35 -5.7) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,17 @@
(module SIL7-reduced (layer F.Cu) (tedit 593895EA)
(fp_text reference REF** (at -1.27 -3.81) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value SIL7-reduced (at 3.81 -5.08) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 10.8 -5.83) (end 10.8 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -8.7 -5.83) (end 10.8 -5.83) (layer F.SilkS) (width 0.15))
(fp_line (start -8.7 1.27) (end 10.8 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -8.7 1.27) (end -8.7 -5.83) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -6.35 0) (size 1 1) (drill 0.6) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at -3.81 0) (size 1 1) (drill 0.6) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 1.27 0) (size 1 1) (drill 0.6) (layers *.Cu *.Mask))
(pad 5 thru_hole circle (at 3.81 0) (size 1 1) (drill 0.6) (layers *.Cu *.Mask))
(pad 6 thru_hole circle (at 6.35 0) (size 1 1) (drill 0.6) (layers *.Cu *.Mask))
)