Update array.scad to use children() instead of children([0-$children-1])
Co-Authored-By: Chow Loong Jin <hyperair@debian.org>
This commit is contained in:
parent
210fb5cbbd
commit
ea5f62b3f5
|
@ -119,5 +119,5 @@ module Radial_Array(a,n,r){
|
|||
for (k=[0:n-1])
|
||||
rotate([0,0,-(a*k)])
|
||||
translate([0,r,0])
|
||||
children([0:$children-1]);
|
||||
children();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue