forked from KiCad/kicad-footprints
-
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.
Added generic buzzer 14D, 7mm height, P10mm (KiCad#1864)
* Added generic buzzer 14D, 7mm height, RM10mm * changed name compliant with name convention * Changed 3D model name
- Loading branch information
Showing
1 changed file
with
30 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,30 @@ | ||
(module Buzzer_D14mm_H7mm_P10mm (layer F.Cu) (tedit 5D8D727F) | ||
(descr "Generic Buzzer, D14mm height 7mm with pitch 10mm") | ||
(tags buzzer) | ||
(fp_text reference REF** (at 5.16 -8.23) (layer F.SilkS) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text value Buzzer_D14mm_H7mm_P10mm (at 4.69 8.41) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_circle (center 5 0) (end 6 0) (layer F.Fab) (width 0.1)) | ||
(fp_circle (center 5 0) (end 12 0) (layer F.Fab) (width 0.1)) | ||
(fp_circle (center 5 0) (end 12.1 0) (layer F.SilkS) (width 0.12)) | ||
(fp_circle (center 5 0) (end 12.25 0) (layer F.CrtYd) (width 0.05)) | ||
(fp_text user %R (at 5.32 2.27) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text user + (at -0.01 -2.54) (layer F.SilkS) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text user + (at -0.01 -2.54) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(pad 2 thru_hole circle (at 10 0) (size 2 2) (drill 1) (layers *.Cu *.Mask)) | ||
(pad 1 thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers *.Cu *.Mask)) | ||
(model ${KISYS3DMOD}/Buzzer_Beeper.3dshapes/Buzzer_D14mm_H7mm_P10mm.wrl | ||
(at (xyz 0 0 0)) | ||
(scale (xyz 1 1 1)) | ||
(rotate (xyz 0 0 0)) | ||
) | ||
) |