-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove SMD pads from header footprint
- Loading branch information
Showing
3 changed files
with
74 additions
and
30 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,36 @@ | ||
(footprint "header_3" (version 20211014) (generator pcbnew) | ||
(layer "F.Cu") | ||
(tedit 0) | ||
(attr through_hole) | ||
(fp_text reference "REF**" (at 0 -0.5 unlocked) (layer "F.SilkS") hide | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
(tstamp 101a8797-3680-4abe-aabe-c6dce813daf1) | ||
) | ||
(fp_text value "header_3" (at 0 1 unlocked) (layer "F.Fab") | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
(tstamp ee35e07d-dea3-4eb5-b22d-9c94d538b749) | ||
) | ||
(fp_text user "${REFERENCE}" (at 0 2.5 unlocked) (layer "F.Fab") | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
(tstamp 99bb47cf-f22a-4963-8a1d-f29aa0162523) | ||
) | ||
(fp_line (start -4 0) (end -4 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 6af6ccfe-736f-4f06-a6e3-6cf1e0fa80dd)) | ||
(fp_line (start -4 -4.5) (end 4 -4.5) (layer "F.SilkS") (width 0.12) (tstamp 950a6f90-c813-43db-b00a-784bbd02ee10)) | ||
(fp_line (start 4 -4.5) (end 4 0) (layer "F.SilkS") (width 0.12) (tstamp b4823ac6-c746-4300-b62f-527829b6a7e7)) | ||
(fp_line (start 4 12) (end 4 0) (layer "F.Fab") (width 0.1) (tstamp 424d4d62-61af-4a77-86e0-e0cb43310300)) | ||
(fp_line (start -4 0) (end -4 12) (layer "F.Fab") (width 0.1) (tstamp 643dc5c1-dd49-4564-86c5-8e7ca430674a)) | ||
(fp_line (start -4 12) (end 4 12) (layer "F.Fab") (width 0.1) (tstamp b42303cf-23cb-428d-8dc8-9e4418031f05)) | ||
(pad "1" thru_hole circle (at -2.54 -3.1) (size 1.65 1.65) (drill 0.94) (layers *.Cu *.Mask) (tstamp 1466237d-b9af-4fbc-b4c4-2982be499dbf)) | ||
(pad "2" thru_hole circle (at 0 -2.9) (size 1.65 1.65) (drill 0.94) (layers *.Cu *.Mask) (tstamp a1016da6-6728-49d3-8857-a622435d19d1)) | ||
(pad "3" thru_hole circle (at 2.54 -3.1) (size 1.65 1.65) (drill 0.94) (layers *.Cu *.Mask) (tstamp 6bed001b-5494-49c3-9861-a9fff7b1a325)) | ||
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.step" hide | ||
(offset (xyz -2.54 0 0.3)) | ||
(scale (xyz 1 1 1)) | ||
(rotate (xyz -90 90 0)) | ||
) | ||
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Horizontal.step" | ||
(offset (xyz 2.54 3 0)) | ||
(scale (xyz 1 1 1)) | ||
(rotate (xyz 0 0 90)) | ||
) | ||
) |
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 |
---|---|---|
|
@@ -429,5 +429,8 @@ | |
"" | ||
] | ||
], | ||
"text_variables": {} | ||
"text_variables": { | ||
"COMMIT_DATE": "YYYY-MM-DD", | ||
"COMMIT_HASH": "deadbeef" | ||
} | ||
} |