Update array.scad

Co-Authored-By: Chow Loong Jin <hyperair@debian.org>
This commit is contained in:
Doug 2020-03-26 13:09:50 -06:00 committed by GitHub
parent 9ee6a3897f
commit 210fb5cbbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ module Cubic_Array(sx,sy,sz,nx,ny,nz,center) {
for(y=[1:ny])
for(z=[1:nz])
translate([x*sx,y*sy,z*sz])
children([0:$children-1]);
children();
}
//