Date:2010-09-01 23:45:28 (13 years 6 months ago)
Author:Werner Almesberger
Commit:476841d56228fd3ae3b7bb6f985a2caa15733a17
Message: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.
Files: modules/stdpass.fpd (2 diffs)

Change Details

modules/stdpass.fpd
2727    rect ll . silk
2828}
2929
30package "$name"
30package "$name$variant"
3131unit mm
32
3233table
33    { name, L, W, a, b, e }
34    { name, L, W, a0, b, e }
3435    { "0201", 0.6mm, 0.3mm, 0.28mm, 0.43mm, 0.23mm }
3536    { "0402", 1mm, 0.5mm, 0.4mm, 0.6mm, 0.5mm }
3637    { "0603", 1.55mm, 0.85mm, 0.5mm, 0.9mm, 1mm }
...... 
4647
4748set Oy = b+2*clear
4849
50table
51    { variant, a }
52    { "", a0 }
53    { "-M", a0+0.05mm }
54
4955frame pads @
5056frame outline @
5157measx pad_l.w >> pad_r.ll -0.3mm

Archive Download the corresponding diff file

Branches:
master



interactive