mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 21:58:27 +01:00
also set $pos
This commit is contained in:
parent
077ec7402f
commit
aeff878dfc
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user