forked from KiCad/Diodes_SMD.pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request KiCad#19 from SchrodingersGat/sod-fix
Improvements for SOD-xxx footprints
- Loading branch information
Showing
4 changed files
with
78 additions
and
21 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
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
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,34 @@ | ||
(module SOD-323_HandSoldering (layer F.Cu) (tedit 57A875DC) | ||
(descr SOD-323) | ||
(tags SOD-323) | ||
(attr smd) | ||
(fp_text reference REF** (at 0 -1.85) (layer F.SilkS) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text value SOD-323_HandSoldering (at 0.1 1.9) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_line (start 0.2 0) (end 0.45 0) (layer F.Fab) (width 0.15)) | ||
(fp_line (start 0.2 0.35) (end -0.3 0) (layer F.Fab) (width 0.15)) | ||
(fp_line (start 0.2 -0.35) (end 0.2 0.35) (layer F.Fab) (width 0.15)) | ||
(fp_line (start -0.3 0) (end 0.2 -0.35) (layer F.Fab) (width 0.15)) | ||
(fp_line (start -0.3 0) (end -0.5 0) (layer F.Fab) (width 0.15)) | ||
(fp_line (start -0.3 -0.35) (end -0.3 0.35) (layer F.Fab) (width 0.15)) | ||
(fp_line (start -0.85 0.65) (end -0.85 -0.65) (layer F.Fab) (width 0.15)) | ||
(fp_line (start 0.85 0.65) (end -0.85 0.65) (layer F.Fab) (width 0.15)) | ||
(fp_line (start 0.85 -0.65) (end 0.85 0.65) (layer F.Fab) (width 0.15)) | ||
(fp_line (start -0.85 -0.65) (end 0.85 -0.65) (layer F.Fab) (width 0.15)) | ||
(fp_line (start -1.9 -0.95) (end 1.9 -0.95) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start 1.9 -0.95) (end 1.9 0.95) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start -1.9 0.95) (end 1.9 0.95) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start -1.9 -0.95) (end -1.9 0.95) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start -1.3 0.8) (end 0.8 0.8) (layer F.SilkS) (width 0.15)) | ||
(fp_line (start -1.3 -0.8) (end 0.8 -0.8) (layer F.SilkS) (width 0.15)) | ||
(pad 1 smd rect (at -1.25 0) (size 1 1) (layers F.Cu F.Paste F.Mask)) | ||
(pad 2 smd rect (at 1.25 0) (size 1 1) (layers F.Cu F.Paste F.Mask)) | ||
(model Diodes_SMD.3dshapes/SOD-323.wrl | ||
(at (xyz 0 0 0)) | ||
(scale (xyz 1 1 1)) | ||
(rotate (xyz 0 0 180)) | ||
) | ||
) |
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