partially worked microdrill

This commit is contained in:
eddyem
2019-01-05 19:59:37 +03:00
parent 8c7bd90c39
commit 897a2f1cbf
86 changed files with 42636 additions and 3019 deletions

View File

@@ -0,0 +1,14 @@
(module 2PIN (layer F.Cu) (tedit 5C113A43)
(fp_text reference REF** (at 0 5.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 2PIN (at 0 4) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad "" np_thru_hole circle (at 1.25 -7) (size 2 2) (drill 0.6) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 1.25 -4.5) (size 2 2) (drill 0.6) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -1.25 -4.5) (size 2 2) (drill 0.6) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -1.25 -7) (size 2 2) (drill 0.6) (layers *.Cu *.Mask))
(pad 2 connect rect (at 1.25 0) (size 1.5 6) (layers F.Cu F.Mask))
(pad 1 connect rect (at -1.25 0) (size 1.5 6) (layers F.Cu F.Mask))
)