From 476841d56228fd3ae3b7bb6f985a2caa15733a17 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Wed, 1 Sep 2010 18:45:28 -0300 Subject: [PATCH] modules/stdpass.fpd: added experimental -M variants for manual soldering that have 0.05 mm longer pads. The regular footprints for 0402 and 0603 are designed for reflow soldering and they should work well for that. However, when soldering with a soldering iron, often a little more space on the short side of the component would be desirable. This change provides a set of components that add 0.05 mm to each pad, making the entire footprint (and outline) 0.1 mm longer. This is exerimental and may change in the future. --- modules/stdpass.fpd | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/stdpass.fpd b/modules/stdpass.fpd index 21b8a35..b54fe68 100644 --- a/modules/stdpass.fpd +++ b/modules/stdpass.fpd @@ -27,10 +27,11 @@ frame outline { rect ll . silk } -package "$name" +package "$name$variant" unit mm + table - { name, L, W, a, b, e } + { name, L, W, a0, b, e } { "0201", 0.6mm, 0.3mm, 0.28mm, 0.43mm, 0.23mm } { "0402", 1mm, 0.5mm, 0.4mm, 0.6mm, 0.5mm } { "0603", 1.55mm, 0.85mm, 0.5mm, 0.9mm, 1mm } @@ -46,6 +47,11 @@ set Ox = e+2*a+2*clear set Oy = b+2*clear +table + { variant, a } + { "", a0 } + { "-M", a0+0.05mm } + frame pads @ frame outline @ measx pad_l.w >> pad_r.ll -0.3mm