Update array.scad
Co-Authored-By: Chow Loong Jin <hyperair@debian.org>
This commit is contained in:
parent
9ee6a3897f
commit
210fb5cbbd
|
@ -105,7 +105,7 @@ module Cubic_Array(sx,sy,sz,nx,ny,nz,center) {
|
||||||
for(y=[1:ny])
|
for(y=[1:ny])
|
||||||
for(z=[1:nz])
|
for(z=[1:nz])
|
||||||
translate([x*sx,y*sy,z*sz])
|
translate([x*sx,y*sy,z*sz])
|
||||||
children([0:$children-1]);
|
children();
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue