Skip to content

Commit

Permalink
Refactor layout
Browse files Browse the repository at this point in the history
  • Loading branch information
serverwentdown committed Dec 13, 2020
1 parent e5b0a59 commit 0ebe1ad
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
@@ -1,4 +1,4 @@
(module 10117835 (layer F.Cu) (tedit 5FD4B367)
(module USB_A_Receptacle_Amphenol_10117835 (layer F.Cu) (tedit 5FD6207C)
(fp_text reference REF** (at 0 7.62) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
Expand All @@ -24,4 +24,9 @@
(pad 9 thru_hole circle (at -4 -6.93) (size 1.208 1.208) (drill 0.7) (layers *.Cu *.Mask))
(pad 10 thru_hole circle (at -6.57 -3.43) (size 2.7 2.7) (drill 2.3) (layers *.Cu *.Mask))
(pad 10 thru_hole circle (at 6.57 -3.43) (size 2.7 2.7) (drill 2.3) (layers *.Cu *.Mask))
(model ${KIPRJMOD}/library/Connector_USB.3dshapes/USB_A_Receptacle_Amphenol_10117835.stp
(offset (xyz 0 7.6 6.6))
(scale (xyz 1 1 1))
(rotate (xyz 180 0 0))
)
)
@@ -1,4 +1,4 @@
(module 10137065-00021LF (layer F.Cu) (tedit 5FD4B003)
(module USB_C_Receptacle_Amphenol_10137065 (layer F.Cu) (tedit 5FD61FED)
(fp_text reference REF** (at 0 1) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
Expand Down Expand Up @@ -47,7 +47,7 @@
(pad B8 smd rect (at -0.875 -4.2) (size 0.275 0.8) (layers F.Cu F.Paste F.Mask))
(pad B4 smd rect (at 1.125 -4.2) (size 0.275 0.8) (layers F.Cu F.Paste F.Mask))
(pad B9 smd rect (at -1.375 -4.2) (size 0.275 0.8) (layers F.Cu F.Paste F.Mask))
(model ${KIPRJMOD}/usbreset.pretty/10137065.stp
(model ${KIPRJMOD}/library/Connector_USB.3dshapes/USB_C_Receptacle_Amphenol_10137065.stp
(offset (xyz -4.15 -2 -0.6))
(scale (xyz 1 1 1))
(rotate (xyz -90 0 0))
Expand Down
25 changes: 25 additions & 0 deletions README.md
@@ -0,0 +1,25 @@

# KiCad Library

KiCad footprints I created or imported that you might find useful

## Connectors: USB

### USB C Receptacle: Amphenol ICC 10137065-00021LF

- [Footprint](Connector_USB.pretty/USB_C_Receptacle_Amphenol_10137065.kicad_mod)
- [3D Model](Connector_USB.3dshapes/USB_C_Receptacle_Amphenol_10137065.stp) from Amphenol

### USB A Receptacle: Amphenol ICC 10117835-002LF

- [Footprint](Connector_USB.pretty/USB_A_Receptacle_Amphenol_10117835.kicad_mod)
- [3D Model](Connector_USB.3dshapes/USB_A_Receptacle_Amphenol_10117835.stp) from Amphenol

## Buttons, Switches: SMD

### SPDT: Multicomp MSS3-V-T/R

- [Footprint](Button_Switch_SMD.pretty/SW_SPDT_MSS3-V-T_R.kicad_mod)

<!-- vim: set conceallevel=2 et ts=2 sw=2: -->

0 comments on commit 0ebe1ad

Please sign in to comment.