forked from foostan/kbd
-
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.
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 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,29 @@ | ||
(module D3_TH_SMD_v2 (layer F.Cu) (tedit 5FAC0B14) | ||
(descr "Resitance 3 pas") | ||
(tags R) | ||
(autoplace_cost180 10) | ||
(fp_text reference D33 (at 0.55 0 -180) (layer F.Fab) hide | ||
(effects (font (size 0.5 0.5) (thickness 0.125))) | ||
) | ||
(fp_text value D (at -0.55 0 -180) (layer F.Fab) hide | ||
(effects (font (size 0.5 0.5) (thickness 0.125))) | ||
) | ||
(fp_line (start -0.4 0) (end 0.5 -0.5) (layer F.SilkS) (width 0.15)) | ||
(fp_line (start 0.5 -0.5) (end 0.5 0.5) (layer F.SilkS) (width 0.15)) | ||
(fp_line (start 0.5 0.5) (end -0.4 0) (layer F.SilkS) (width 0.15)) | ||
(fp_line (start -0.5 -0.5) (end -0.5 0.5) (layer F.SilkS) (width 0.15)) | ||
(pad 1 thru_hole rect (at -3 0) (size 1.778 1.3) (drill 0.8128) (layers *.Cu B.Mask)) | ||
(pad 2 thru_hole oval (at 3 0) (size 1.778 1.3) (drill 0.8128) (layers *.Cu B.Mask)) | ||
(pad 1 smd rect (at -1.775 0 180) (size 1.4 1.3) (layers F.Cu F.Paste F.Mask)) | ||
(pad 2 smd rect (at 1.775 0 180) (size 1.4 1.3) (layers F.Cu F.Paste F.Mask)) | ||
(model Diodes_SMD.3dshapes/SMB_Handsoldering.wrl | ||
(at (xyz 0 0 0)) | ||
(scale (xyz 0.22 0.15 0.15)) | ||
(rotate (xyz 0 0 180)) | ||
) | ||
(model /Users/foostan/src/github.com/foostan/kbd/kicad-packages3D/kbd.3dshapes/D_SOD-123.step | ||
(at (xyz 0 0 0)) | ||
(scale (xyz 1 1 1)) | ||
(rotate (xyz 0 0 0)) | ||
) | ||
) |
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 SW_Hole_ALPS (layer F.Cu) (tedit 5FAC88DF) | ||
(fp_text reference SW2 (at 7 8.1) (layer F.SilkS) hide | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text value KEY_SWITCH (at -7.4 -8.1) (layer F.Fab) hide | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_line (start 9.525 9.525) (end 9.525 -9.525) (layer F.Fab) (width 0.15)) | ||
(fp_line (start -9.525 9.525) (end 9.525 9.525) (layer F.Fab) (width 0.15)) | ||
(fp_line (start -9.525 -9.525) (end -9.525 9.525) (layer F.Fab) (width 0.15)) | ||
(fp_line (start 9.525 -9.525) (end -9.525 -9.525) (layer F.Fab) (width 0.15)) | ||
(fp_line (start -7.75 -6.4) (end -7.75 6.4) (layer Edge.Cuts) (width 0.12)) | ||
(fp_line (start -7.75 6.4) (end 7.75 6.4) (layer Edge.Cuts) (width 0.12)) | ||
(fp_line (start 7.75 6.4) (end 7.75 -6.4) (layer Edge.Cuts) (width 0.12)) | ||
(fp_line (start 7.75 -6.4) (end -7.75 -6.4) (layer Edge.Cuts) (width 0.12)) | ||
) |