mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-22 12:03:08 +02:00
modules/dfn.fpd: replace fixed '8' by 'pins' variable, so 6-pin versions of the footprints are numbered work too
Signed-off-by: Alvaro Gamez Machado <alvaro.gamez@hazent.com>
This commit is contained in:
parent
b2a8c2c8c6
commit
42abcc3857
@ -36,7 +36,7 @@ frame pins {
|
|||||||
|
|
||||||
table
|
table
|
||||||
{ dy, f, a }
|
{ dy, f, a }
|
||||||
{ 1, -1, 8 }
|
{ 1, -1, pins }
|
||||||
{ -1, 1, 1 }
|
{ -1, 1, 1 }
|
||||||
|
|
||||||
loop i = 0, pins/2-1
|
loop i = 0, pins/2-1
|
||||||
|
Loading…
Reference in New Issue
Block a user