This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 711
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add USB-B connector Lumberg 2411 02 (#2097)
* Added USB connector Lumberg 2411 02 * Fixed CrtYd line. * Rotated 90° CCW to have pin 1 at the top left corner (F4.2).
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
Connector_USB.pretty/USB_B_Lumberg_2411_02_Horizontal.kicad_mod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
(module USB_B_Lumberg_2411_02_Horizontal (layer F.Cu) (tedit 5E6EAC30) | ||
(descr "USB 2.0 receptacle type B, horizontal version, through-hole, https://downloads.lumberg.com/datenblaetter/en/2411_02.pdf") | ||
(tags "USB B receptacle horizontal through-hole") | ||
(fp_text reference REF** (at 7.5 -7.65) (layer F.SilkS) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text value USB_B_Lumberg_2411_02_Horizontal (at 7.05 10.45) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_line (start -1.24 7.25) (end -1.24 -4.75) (layer F.Fab) (width 0.1)) | ||
(fp_line (start -1.24 -4.75) (end 15.16 -4.75) (layer F.Fab) (width 0.1)) | ||
(fp_line (start 15.16 -4.75) (end 15.16 7.25) (layer F.Fab) (width 0.1)) | ||
(fp_line (start 15.16 7.25) (end -1.24 7.25) (layer F.Fab) (width 0.1)) | ||
(fp_line (start -1.24 0.49) (end -0.75 0) (layer F.Fab) (width 0.1)) | ||
(fp_line (start -0.75 0) (end -1.24 -0.49) (layer F.Fab) (width 0.1)) | ||
(fp_text user %R (at 7.5 1.25 180) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_line (start -1.35 7.36) (end -1.35 -4.86) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start -1.35 7.36) (end 2.4 7.36) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start -1.35 -4.86) (end 2.4 -4.86) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start 15.27 7.36) (end 15.27 -4.86) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start 15.27 -4.86) (end 7.3 -4.86) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start 15.27 7.36) (end 7.3 7.36) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start -1.55 0) (end -2.05 -0.5) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start -2.05 -0.5) (end -2.05 0.5) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start -2.05 0.5) (end -1.55 0) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start -1.74 9.75) (end 15.66 9.75) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start 15.66 9.75) (end 15.66 -7.25) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start 15.66 -7.25) (end -1.74 -7.25) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start -1.74 -7.25) (end -1.74 9.75) (layer F.CrtYd) (width 0.05)) | ||
(pad 1 thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.95) (layers *.Cu *.Mask)) | ||
(pad 2 thru_hole circle (at 0 2.5 90) (size 1.6 1.6) (drill 0.95) (layers *.Cu *.Mask)) | ||
(pad 3 thru_hole circle (at 2 2.5 90) (size 1.6 1.6) (drill 0.95) (layers *.Cu *.Mask)) | ||
(pad 4 thru_hole circle (at 2 0 90) (size 1.6 1.6) (drill 0.95) (layers *.Cu *.Mask)) | ||
(pad 5 thru_hole circle (at 4.86 7.25 90) (size 4 4) (drill 2.3) (layers *.Cu *.Mask)) | ||
(pad 5 thru_hole circle (at 4.86 -4.75 90) (size 4 4) (drill 2.3) (layers *.Cu *.Mask)) | ||
(model ${KISYS3DMOD}/Connector_USB.3dshapes/USB_B_Lumberg_2411_02_Horizontal.wrl | ||
(at (xyz 0 0 0)) | ||
(scale (xyz 1 1 1)) | ||
(rotate (xyz 0 0 0)) | ||
) | ||
) |