mirror of
https://gitlab.com/kicad/libraries/kicad-footprints.git
synced 2025-04-24 00:33:25 +00:00
Add Murata 1200RS inductor footprint (#1472)
* Add Murata 1200RS inductor footprint Signed-off-by: Arnaud Ferraris <arnaud.ferraris@gmail.com> * Fix Murata 1200RS pads Signed-off-by: Arnaud Ferraris <arnaud.ferraris@gmail.com> * Use correct case in Murata 1200RS name Signed-off-by: Arnaud Ferraris <arnaud.ferraris@gmail.com> * Modify pitch as [pitch_x]x[pitch_y] for Murata 1200RS inductors Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
This commit is contained in:
parent
44dcffff7c
commit
843369eaf2
@ -0,0 +1,25 @@
|
||||
(module L_Radial_D10.5mm_P4.00x5.00mm_Murata_1200RS (layer F.Cu) (tedit 5C8B942C)
|
||||
(descr "Inductor, Radial, Pitch=4.00x5.00mm, Diameter=10.5mm, Murata 1200RS, http://www.murata-ps.com/data/magnetics/kmp_1200rs.pdf")
|
||||
(tags "Inductor Radial Murata 1200RS")
|
||||
(fp_text reference REF** (at 2 -4.25) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value L_Radial_D10.5mm_P4.00x5.00mm_Murata_1200RS (at 2 9.75) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 2 2.5) (end 7.25 2.5) (layer F.Fab) (width 0.1))
|
||||
(fp_circle (center 2 2.5) (end 7.37 2.5) (layer F.SilkS) (width 0.12))
|
||||
(fp_circle (center 2 2.5) (end 7.5 2.5) (layer F.CrtYd) (width 0.05))
|
||||
(fp_text user %R (at 2 2.5) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(pad "" thru_hole circle (at 4 0) (size 2.2 2.2) (drill 1.2) (layers *.Cu *.Mask))
|
||||
(pad "" thru_hole circle (at 0 5) (size 2.2 2.2) (drill 1.2) (layers *.Cu *.Mask))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 2.6 2.6) (drill 1.2) (layers *.Cu *.Mask))
|
||||
(pad 2 thru_hole circle (at 4 5) (size 2.6 2.6) (drill 1.2) (layers *.Cu *.Mask))
|
||||
(model ${KISYS3DMOD}/Inductor_THT.3dshapes/L_Radial_D10.5mm_P4.00x5.00mm_Murata_1200RS.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
Loading…
Reference in New Issue
Block a user