mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-22 15:09:20 +02:00
modules/pads-array.fpd: we need loop for pins and for packages, not just one
This commit is contained in:
parent
78640707f4
commit
20c94362be
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user