Added misc lib,added 17mm buzzer to misc

master
Shino Amakusa 2016-02-12 20:49:39 +01:00
parent e17b1e36aa
commit 369a29f464
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
(module BUZZER17mm10mm (layer F.Cu) (tedit 56BE365E)
(fp_text reference BU** (at 0 0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value "BUZZER 17mm10mm" (at 0 -3) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 17 0) (layer F.SilkS) (width 0.15))
(pad 2 thru_hole circle (at 5 0) (size 1.5 1.5) (drill 0.9) (layers *.Cu *.Mask F.SilkS))
(pad 1 thru_hole circle (at -5 0) (size 1.5 1.5) (drill 0.9) (layers *.Cu *.Mask F.SilkS))
)