forked from ergonautkb/one
-
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.
Modified pads to convert as a via ergonautkb#6
Convert both sides pads into unique "through hole".
- Loading branch information
Showing
1 changed file
with
174 additions
and
36 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 |
---|---|---|
@@ -1,37 +1,175 @@ | ||
(footprint "Diode_TH_SMD_DUAL" (version 20221018) (generator pcbnew) | ||
(layer "F.Cu") | ||
(attr through_hole) | ||
(fp_text reference "D" (at 0 0 -90) (layer "F.Fab") hide | ||
(effects (font (size 0.5 0.5) (thickness 0.125))) | ||
(tstamp 8a4846d9-b0e6-4a2b-86a0-376b2ca39827) | ||
) | ||
(fp_text value "D" (at 0 0 90) (layer "F.Fab") hide | ||
(effects (font (size 0.5 0.5) (thickness 0.125))) | ||
(tstamp b5064628-085c-48bc-bdf9-09d9d76560ee) | ||
) | ||
(fp_line (start -0.5 -0.5) (end -0.5 0.5) | ||
(stroke (width 0.2) (type solid)) (layer "B.SilkS") (tstamp a085bc3f-0600-4d7d-ba0e-ab1869fae032)) | ||
(fp_line (start -0.4 0) (end 0.5 0.5) | ||
(stroke (width 0.2) (type solid)) (layer "B.SilkS") (tstamp 9b80192b-0863-4f1b-8fee-df11af67da73)) | ||
(fp_line (start 0.5 -0.5) (end -0.4 0) | ||
(stroke (width 0.2) (type solid)) (layer "B.SilkS") (tstamp 832f3292-2632-453c-9c2d-fcc239676a26)) | ||
(fp_line (start 0.5 -0.5) (end 0.5 0.5) | ||
(stroke (width 0.2) (type solid)) (layer "B.SilkS") (tstamp 39215cf9-4d44-4575-a3de-7d9f63fdd43c)) | ||
(fp_line (start -0.5 -0.5) (end -0.5 0.5) | ||
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 4cd47d83-92a9-4ae9-b6aa-5c990639fcb6)) | ||
(fp_line (start -0.4 0) (end 0.5 -0.5) | ||
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp f318ae8b-7c85-4742-b1e7-0b57d945b75b)) | ||
(fp_line (start 0.5 -0.5) (end 0.5 0.5) | ||
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 96c4b443-1a58-4a8b-ba0d-ec2b4972ad21)) | ||
(fp_line (start 0.5 0.5) (end -0.4 0) | ||
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 171e9bcc-c42e-41f0-a377-54c680ea5837)) | ||
(pad "1" smd rect (at -1.7875 0 180) (size 1.425 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 59c389cb-612c-40e8-a372-be0922ce1bf1)) | ||
(pad "1" smd rect (at -1.7875 0 180) (size 1.425 1.3) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 4ab6a233-cec1-4122-a590-1bd308c2491d)) | ||
(pad "2" smd rect (at 1.7875 0 180) (size 1.425 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 0eefee48-66bb-4dbf-b3b8-55d296af0710)) | ||
(pad "2" smd rect (at 1.7875 0 180) (size 1.425 1.3) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp ea113148-a4ea-40ca-8899-15b5af261bc5)) | ||
(model ":KICAD7_3DMODEL_DIR:Diode_SMD.3dshapes/D_SOD-123F.step" | ||
(offset (xyz 0 0 0)) | ||
(scale (xyz 1 1 1)) | ||
(rotate (xyz 0 0 0)) | ||
) | ||
(footprint "Diode_TH_SMD_DUAL" | ||
(version 20240108) | ||
(generator "pcbnew") | ||
(generator_version "8.0") | ||
(layer "F.Cu") | ||
(property "Reference" "Ref**" | ||
(at 0 -1.1 0) | ||
(layer "B.SilkS") | ||
(uuid "8a4846d9-b0e6-4a2b-86a0-376b2ca39827") | ||
(effects | ||
(font | ||
(size 0.5 0.5) | ||
(thickness 0.1) | ||
(bold yes) | ||
) | ||
(justify mirror) | ||
) | ||
) | ||
(property "Value" "D" | ||
(at 0 -0.1 90) | ||
(layer "F.Fab") | ||
(hide yes) | ||
(uuid "b5064628-085c-48bc-bdf9-09d9d76560ee") | ||
(effects | ||
(font | ||
(size 0.5 0.5) | ||
(thickness 0.125) | ||
) | ||
) | ||
) | ||
(property "Footprint" "" | ||
(at 0 0 0) | ||
(layer "F.Fab") | ||
(hide yes) | ||
(uuid "0163344c-a8bf-464b-9be7-85504a6907cd") | ||
(effects | ||
(font | ||
(size 1.27 1.27) | ||
(thickness 0.15) | ||
) | ||
) | ||
) | ||
(property "Datasheet" "" | ||
(at 0 0 0) | ||
(layer "F.Fab") | ||
(hide yes) | ||
(uuid "8488e878-b6c3-45b6-874e-17b9aa6ea52d") | ||
(effects | ||
(font | ||
(size 1.27 1.27) | ||
(thickness 0.15) | ||
) | ||
) | ||
) | ||
(property "Description" "" | ||
(at 0 0 0) | ||
(layer "F.Fab") | ||
(hide yes) | ||
(uuid "3bb89f4a-c7a2-4d06-ad0a-3db27410b4d2") | ||
(effects | ||
(font | ||
(size 1.27 1.27) | ||
(thickness 0.15) | ||
) | ||
) | ||
) | ||
(attr through_hole) | ||
(fp_line | ||
(start -0.5 -0.5) | ||
(end -0.5 0.5) | ||
(stroke | ||
(width 0.2) | ||
(type solid) | ||
) | ||
(layer "B.SilkS") | ||
(uuid "a085bc3f-0600-4d7d-ba0e-ab1869fae032") | ||
) | ||
(fp_line | ||
(start -0.4 0) | ||
(end 0.5 0.5) | ||
(stroke | ||
(width 0.2) | ||
(type solid) | ||
) | ||
(layer "B.SilkS") | ||
(uuid "9b80192b-0863-4f1b-8fee-df11af67da73") | ||
) | ||
(fp_line | ||
(start 0.5 -0.5) | ||
(end -0.4 0) | ||
(stroke | ||
(width 0.2) | ||
(type solid) | ||
) | ||
(layer "B.SilkS") | ||
(uuid "832f3292-2632-453c-9c2d-fcc239676a26") | ||
) | ||
(fp_line | ||
(start 0.5 -0.5) | ||
(end 0.5 0.5) | ||
(stroke | ||
(width 0.2) | ||
(type solid) | ||
) | ||
(layer "B.SilkS") | ||
(uuid "39215cf9-4d44-4575-a3de-7d9f63fdd43c") | ||
) | ||
(fp_line | ||
(start -0.5 -0.5) | ||
(end -0.5 0.5) | ||
(stroke | ||
(width 0.2) | ||
(type solid) | ||
) | ||
(layer "F.SilkS") | ||
(uuid "4cd47d83-92a9-4ae9-b6aa-5c990639fcb6") | ||
) | ||
(fp_line | ||
(start -0.4 0) | ||
(end 0.5 -0.5) | ||
(stroke | ||
(width 0.2) | ||
(type solid) | ||
) | ||
(layer "F.SilkS") | ||
(uuid "f318ae8b-7c85-4742-b1e7-0b57d945b75b") | ||
) | ||
(fp_line | ||
(start 0.5 -0.5) | ||
(end 0.5 0.5) | ||
(stroke | ||
(width 0.2) | ||
(type solid) | ||
) | ||
(layer "F.SilkS") | ||
(uuid "96c4b443-1a58-4a8b-ba0d-ec2b4972ad21") | ||
) | ||
(fp_line | ||
(start 0.5 0.5) | ||
(end -0.4 0) | ||
(stroke | ||
(width 0.2) | ||
(type solid) | ||
) | ||
(layer "F.SilkS") | ||
(uuid "171e9bcc-c42e-41f0-a377-54c680ea5837") | ||
) | ||
(pad "1" thru_hole rect | ||
(at -1.7875 0 180) | ||
(size 1.425 1.3) | ||
(drill 0.2) | ||
(layers "*.Cu" "*.Paste" "*.Mask") | ||
(remove_unused_layers no) | ||
(uuid "59c389cb-612c-40e8-a372-be0922ce1bf1") | ||
) | ||
(pad "2" thru_hole rect | ||
(at 1.7875 0 180) | ||
(size 1.425 1.3) | ||
(drill 0.2) | ||
(layers "*.Cu" "*.Paste" "*.Mask") | ||
(remove_unused_layers no) | ||
(uuid "ea113148-a4ea-40ca-8899-15b5af261bc5") | ||
) | ||
(model ":KICAD7_3DMODEL_DIR:Diode_SMD.3dshapes/D_SOD-123F.step" | ||
(offset | ||
(xyz 0 0 0) | ||
) | ||
(scale | ||
(xyz 1 1 1) | ||
) | ||
(rotate | ||
(xyz 0 0 0) | ||
) | ||
) | ||
) |