mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 00:09:37 +00:00
also set $pos
This commit is contained in:
parent
077ec7402f
commit
aeff878dfc
1 changed files with 1 additions and 0 deletions
|
@ -694,6 +694,7 @@ module grid_copies(spacing, n, size, stagger=false, inside=undef, nonzero)
|
|||
];
|
||||
for(i=idx(poslist)){
|
||||
$idx=i;
|
||||
$pos=poslist[i][0];
|
||||
$row=poslist[i][1];
|
||||
$col=poslist[i][2];
|
||||
translate(poslist[i][0])children();
|
||||
|
|
Loading…
Reference in a new issue