mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-02 01:10:13 +02:00
also set $pos
This commit is contained in:
@@ -694,6 +694,7 @@ module grid_copies(spacing, n, size, stagger=false, inside=undef, nonzero)
|
|||||||
];
|
];
|
||||||
for(i=idx(poslist)){
|
for(i=idx(poslist)){
|
||||||
$idx=i;
|
$idx=i;
|
||||||
|
$pos=poslist[i][0];
|
||||||
$row=poslist[i][1];
|
$row=poslist[i][1];
|
||||||
$col=poslist[i][2];
|
$col=poslist[i][2];
|
||||||
translate(poslist[i][0])children();
|
translate(poslist[i][0])children();
|
||||||
|
Reference in New Issue
Block a user