7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-24 21:43:45 +00:00

Fix metric code for standard 1020 resistor

This commit is contained in:
Rene Pöschl 2018-01-09 11:30:44 +01:00
parent 15c2e31db6
commit 1c8964cdcc

View File

@ -1,11 +1,11 @@
(module R_1020_1632Metric (layer F.Cu) (tedit 59FE48B8)
(module R_1020_2550Metric (layer F.Cu) (tedit 59FE48B8)
(descr "Resistor SMD 1020 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator")
(tags resistor)
(attr smd)
(fp_text reference REF** (at 0 -3.75) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value R_1020_1632Metric (at 0 3.75) (layer F.Fab)
(fp_text value R_1020_2550Metric (at 0 3.75) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.25 2.5) (end -1.25 -2.5) (layer F.Fab) (width 0.1))
@ -23,9 +23,9 @@
(fp_text user %R (at 0 0 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1020_1632Metric.wrl
(model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1020_2550Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
)