mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-07 15:27:30 +02:00
modules/bga.fpd: make "row" a loop and use the "row" table only for lookups
This commit is contained in:
parent
87db42541b
commit
e5c8bd997e
@ -43,7 +43,7 @@ package "BGA-$pins"
|
||||
unit mm
|
||||
|
||||
table
|
||||
{ row, rname, inner }
|
||||
{ ?row, rname, inner }
|
||||
{ 0, "A", 1 }
|
||||
{ 1, "B", 1 }
|
||||
{ 2, "C", 1 }
|
||||
@ -72,6 +72,8 @@ table
|
||||
{ 484, 22, 22, 10, 11, 0.6mm, 0.6mm, 1mm, 21mm, D1, 23mm, D }
|
||||
{ 324, 18, 18, 8, 9, 0.5mm, 0.5mm, 0.8mm, 13.6mm, D1, 15mm, D }
|
||||
|
||||
loop row = 0, Nr-1
|
||||
|
||||
frame last @
|
||||
frame first @
|
||||
frame inner @
|
||||
|
Loading…
Reference in New Issue
Block a user