Skip to content

Commit

Permalink
add hole
Browse files Browse the repository at this point in the history
  • Loading branch information
mizuho1998 committed May 16, 2021
1 parent 370fc17 commit 2a2f77e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
14 changes: 14 additions & 0 deletions kbd.pretty/HOLE_screw.kicad_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
(module HOLE_screw (layer F.Cu) (tedit 60A0F1A2)
(descr "Mounting Hole 2.2mm, no annular, M2")
(tags "mounting hole 2.2mm no annular m2")
(attr virtual)
(fp_text reference Ref** (at 0 -3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Val** (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05))
(pad "" np_thru_hole circle (at 0 0) (size 4 4) (drill 2.2) (layers *.Cu *.Mask))
)
13 changes: 13 additions & 0 deletions kbd.pretty/HOLE_spacer.kicad_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
(module HOLE_spacer (layer F.Cu) (tedit 60A0EEEA)
(descr "Mounting Hole 2.2mm, no annular, M2")
(tags "mounting hole 2.2mm no annular m2")
(attr virtual)
(fp_text reference Ref** (at 0 -3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Val** (at 0 3.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15))
(pad "" np_thru_hole circle (at 0 0) (size 4.4 4.4) (drill 4.2) (layers *.Cu *.Mask))
)

0 comments on commit 2a2f77e

Please sign in to comment.