1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-07-02 16:59:27 +03:00
kicad-libs/modules/stdpass.fpd
Werner Almesberger 476841d562 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.
2010-09-01 18:45:28 -03:00

63 lines
1.1 KiB
Plaintext

/* MACHINE-GENERATED ! */
frame pad_r {
ll: vec @(0mm, -b/2)
x: vec .(a, 0mm)
y: vec ll(0mm, b)
pad "2" . x
}
frame pad_l {
ll: vec @(-a, -b/2)
w: vec .(a, 0mm)
h: vec ll(0mm, b)
pad "1" . w
}
frame pads {
left: vec @(-e/2, 0mm)
frame pad_l .
right: vec @(e/2, 0mm)
frame pad_r .
}
frame outline {
ll: vec @(-Ox/2, -Oy/2)
ur: vec @(Ox/2, Oy/2)
rect ll . silk
}
package "$name$variant"
unit mm
table
{ 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 }
{ "0805", 2mm, 1.25mm, 0.7mm, 1.3mm, 1.2mm }
{ "1206", 3.2mm, 1.6mm, 0.9mm, 1.7mm, 2mm }
{ "1210", 3.2mm, 2.5mm, 0.9mm, 2.5mm, 2mm }
set silk = 5mil
set clear = 5mil
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
measx pad_l.ll -> pad_l.w -0.3mm
measy pad_l.ll >> pad_l.h 0.3mm
measx outline.ll >> outline.ur Oy+0.3mm
measy outline.ur >> outline.ll 0.3mm
measx pad_l.ll >> pad_r.x -0.5mm