mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-07 20:46:15 +02:00
modules/qfn.fpd: added paste island ratio calculation, with NXP recommendations
See also http://lists.en.qi-hardware.com/pipermail/discussion/2011-March/007639.html
This commit is contained in:
parent
f0ad807cb9
commit
d04a714bb4
@ -110,6 +110,10 @@ table
|
||||
|
||||
set w = 5mil
|
||||
|
||||
set zone_ratio_35 = ((SNX-1)*SE+SX)*((SNY-1)*SE+SY)/(X2*Y2)
|
||||
|
||||
set paste_ratio_20 = SX*SY*SNX*SNY/(X2*Y2)
|
||||
|
||||
frame pads @
|
||||
frame center @
|
||||
frame outline @
|
||||
|
Loading…
Reference in New Issue
Block a user