-
Notifications
You must be signed in to change notification settings - Fork 7
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 #37 from oshwabadge2020/m3
add M3 footprint with 0.6mm clearance
- Loading branch information
Showing
3 changed files
with
2,615 additions
and
2,581 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,16 @@ | ||
(module M3 (layer F.Cu) (tedit 5E3F516F) | ||
(descr "Mounting Hole 3.2mm, no annular, M3, ISO7380") | ||
(tags "mounting hole 3.2mm no annular m3 iso7380") | ||
(attr virtual) | ||
(fp_text reference REF** (at 0 -3.85) (layer F.SilkS) hide | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text value M3 (at 0 3.85) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text user %R (at 0.3 0) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(pad "" np_thru_hole circle (at 0 0) (size 2.9 2.9) (drill 2.9) (layers *.Cu *.Mask) | ||
(clearance 0.6)) | ||
) |
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
Oops, something went wrong.