1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-07-04 14:25:08 +03:00

modules/pads-array.fpd: we need loop for pins and for packages, not just one

This commit is contained in:
Werner Almesberger 2012-06-10 11:31:08 -03:00
parent 78640707f4
commit 20c94362be

View File

@ -17,12 +17,14 @@ table
{ "120x60", 120mil, 60mil }
table
{ ?name, e, N }
{ ?name, e, Nmax }
{ "2mm", 50mil, 20 }
{ "60x60", 0mm, 1 }
{ "80x80", 0mm, 1 }
{ "120x60", 0mm, 1 }
loop N = 2, Nmax
loop n = 1, N
__0: vec @(0mm, e*(n-1))