scad-utils icon indicating copy to clipboard operation
scad-utils copied to clipboard

Utility libraries for OpenSCAD

Results 13 scad-utils issues
Sort by recently updated
recently updated
newest added

I'm trying to use the scad-utils as described by mathgrl at https://mathgrrl.com/hacktastic/2018/11/knots-in-openscad-with-sweeper/ use use function f(a,b,t) = // rolling knot [ a * cos (3 * t) / (1 -...

Hi, the latest OpenSCAD version produces the warning above, for example when running the list-comprehension-demos/toothed-belt.scad I thought that to be be trivially fixable, but I have found the following behavior...

Hi, I found this example from 2014 which looks like something I've been after, except there is an 'r' parameter in linear_extrude which gets thrown up as a warning as...

Sorry, maybe I'm a dump guy.. please can you help me: There is a Readme.md and there are the files. But there is almost NO connection between the two. Readme...

assign() will be removed from OpenSCAD in the future

Example producing emptiness: ``` rounding(r=1) shell(d=-1) square(10); ```

Added a module rotating its children using rotation by 2 vectors. Useful when a one wants to put a cylinder axis along the provided vector.

In shapes.scad, the winding order of the shapes are inconsistent. * **square()**: clockwise * **circle()**: anti-clockwise * **regular()**: anti-clockwise (as it uses circle()) * **rectangle_profile()**: anti-clockwise This causes trouble when...

Hi Oskar, I don't remember when exactly cross() was added into OpenSCAD - it's been several years since my initial add of linear algebra support and Marius' full re-write -...