scad-utils
scad-utils copied to clipboard
Utility libraries for OpenSCAD
This module seems to be what I'm looking for but I don't quite grasp how to control it. Is there some documentation about it?
It appears that pull request #1 should have included the lists.scad file as well, as it adds the remove() function that is required by the spline() function.
is this supposed to work ? ``` use use use use fn=32; $fn=60; r1 = 25; r2 = 10; R = 40; th = 2; function rhull(r)=[for(i=hull(r))r[i]]; module tube() {...