From 55b7386f67afe1429f61ef9b8f923437419c7b1e Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Mon, 2 Mar 2020 16:19:12 +0530 Subject: update libraries --- .../modules/LEDs.pretty/LED_Cree-XQ.kicad_mod | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 library/kicadLibrary/modules/LEDs.pretty/LED_Cree-XQ.kicad_mod (limited to 'library/kicadLibrary/modules/LEDs.pretty/LED_Cree-XQ.kicad_mod') diff --git a/library/kicadLibrary/modules/LEDs.pretty/LED_Cree-XQ.kicad_mod b/library/kicadLibrary/modules/LEDs.pretty/LED_Cree-XQ.kicad_mod new file mode 100644 index 00000000..34e29fda --- /dev/null +++ b/library/kicadLibrary/modules/LEDs.pretty/LED_Cree-XQ.kicad_mod @@ -0,0 +1,39 @@ +(module LED_Cree-XQ (layer F.Cu) (tedit 5759EDB2) + (descr "LED Cree-XQ http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XQB.pdf") + (tags "LED Cree XQ") + (attr smd) + (fp_text reference REF** (at 0 -2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED_Cree-XQ (at 0 2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.1 -1.1) (end 1.1 -1.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.1 1.1) (end -1.1 -1.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.1 1.1) (end -1.1 1.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.1 -1.1) (end 1.1 1.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 1) (end -1 0.6) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.2 1) (end -1 1) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 -1) (end -1 -0.6) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.2 -1) (end -1 -1) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.2 0.2) (end -0.2 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 -0.2) (end 0.2 0.2) (layer F.Fab) (width 0.1)) + (fp_line (start -0.2 0) (end 0.2 -0.2) (layer F.Fab) (width 0.1)) + (fp_line (start -0.2 -0.2) (end -0.2 0.2) (layer F.Fab) (width 0.1)) + (fp_line (start -0.6 0) (end -0.2 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.6 0) (end 0.2 0) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 0.8) (end -0.8 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 0.8) (end -0.8 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 -0.8) (end 0.8 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 -0.8) (end 0.8 -0.8) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.05))) + ) + (pad 1 smd rect (at -0.475 0) (size 0.65 1.6) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at 0.475 0) (size 0.65 1.6) (layers F.Cu F.Paste F.Mask)) + (model ${KISYS3DMOD}/LEDs.3dshapes/LED_Cree-XQ.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) +) -- cgit