mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-25 21:37:31 +02:00
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.
This commit is contained in:
parent
7ca5701a18
commit
476841d562
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user