-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Change EC mounting hole size from 2.2mm clearance to 1.6mm for M2 tapping - Reduce hole count for cost reduction - Add drilling/fabrication notes
- Loading branch information
Showing
5 changed files
with
10,907 additions
and
7,666 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
25 changes: 25 additions & 0 deletions
25
kicad/plate_asym/library/capacitive_sensors.pretty/MountingHole_1.6mm_M2_tapped.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,25 @@ | ||
(footprint "MountingHole_1.6mm_M2_tapped" (version 20221018) (generator pcbnew) | ||
(layer "F.Cu") | ||
(descr "Mounting Hole 2.2mm, no annular, M2") | ||
(tags "mounting hole 2.2mm no annular m2") | ||
(attr exclude_from_pos_files exclude_from_bom) | ||
(fp_text reference "REF**" (at 0 -3.2) (layer "F.SilkS") hide | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
(tstamp 174aa71d-32eb-425b-bc46-17c76511a9b9) | ||
) | ||
(fp_text value "MountingHole_1.6mm_M2_tapped" (at 0 3.2) (layer "F.Fab") | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
(tstamp 4f444c01-63b0-4f6e-b768-0e7008ac9efa) | ||
) | ||
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
(tstamp cc498c72-ff76-4ab5-a24e-45217f63acc0) | ||
) | ||
(fp_circle (center 0 0) (end 1.5 0) | ||
(stroke (width 0.1) (type default)) (fill none) (layer "Dwgs.User") (tstamp 4b4dfd3f-685b-41a4-9e36-c975f667d9a3)) | ||
(fp_circle (center 0 0) (end 1.1 0) | ||
(stroke (width 0.05) (type solid)) (fill none) (layer "Edge.Cuts") (tstamp 03f162c7-3eec-44fc-8095-54c34ed5c691)) | ||
(fp_circle (center 0 0) (end 1.5 0) | ||
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 1045a914-6900-4873-af0b-93437f83494d)) | ||
(pad "" np_thru_hole circle (at 0 0) (size 1.6 1.6) (drill 1.6) (layers "F&B.Cu" "*.Mask") (tstamp 75b224f0-3010-4e8c-bf32-f95a770c96d9)) | ||
) |
Oops, something went wrong.