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 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Dialight 591 series * Add missing %R * Rotate footprint 180º Fix some dimentions * Fix F.CrtYd
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
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,35 @@ | ||
(module "LED_Dialight_591" (layer F.Cu) (tedit 5D8098D8) | ||
(descr "LED SMD 3mm Right Angle series (http://www.dialightsignalsandcomponents.com/Assets/Drawings/2D_Drawings_DrawingDetailedSpec/C17354.pdf)") | ||
(tags "LED Dialight 591") | ||
(attr smd) | ||
(fp_text reference "REF**" (at 0 -3.1) (layer F.SilkS) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text value "LED_Dialight_591" (at 0 3.1) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_line (start -3.05 -2.16) (end -3.05 2.16) (layer F.Fab) (width 0.1)) | ||
(fp_line (start 3.05 -2.16) (end 3.05 2.16) (layer F.Fab) (width 0.1)) | ||
(fp_line (start -3.05 2.16) (end 3.05 2.16) (layer F.Fab) (width 0.1)) | ||
(fp_line (start -3.05 -2.16) (end 3.05 -2.16) (layer F.Fab) (width 0.1)) | ||
(fp_arc (start 4.285 0) (end 4.285 1.425) (angle -180) (layer F.Fab) (width 0.1)) | ||
(fp_line (start 3.05 -1.425) (end 4.285 -1.425) (layer F.Fab) (width 0.1)) | ||
(fp_line (start 3.05 1.425) (end 4.285 1.425) (layer F.Fab) (width 0.1)) | ||
(fp_line (start -3.17 -2.28) (end 3.05 -2.28) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start -3.17 2.28) (end 3.05 2.28) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start -3.3 -2.41) (end 5.96 -2.41) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start 5.96 -2.41) (end 5.96 2.41) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start -3.3 2.41) (end 5.96 2.41) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start -3.3 2.41) (end -3.3 -2.41) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start -3.17 -2.28) (end -3.17 2.28) (layer F.SilkS) (width 0.12)) | ||
(fp_text user "%R" (at 0 0) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(pad "2" smd rect (at 1.6 0) (size 2.01 2.39) (layers "F.Cu" "F.Paste" "F.Mask")) | ||
(pad "1" smd rect (at -1.6 0) (size 2.01 2.39) (layers "F.Cu" "F.Paste" "F.Mask")) | ||
(model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_Dialight_591.wrl" | ||
(at (xyz 0 0 0)) | ||
(scale (xyz 1 1 1)) | ||
(rotate (xyz 0 0 0)) | ||
) | ||
) |