openscad / list-comprehension-demos

106 stars 34 forks source link

Incompatibility between list-comprehensions and more recent scad-utils #11

Open gadgetmind opened 5 years ago

gadgetmind commented 5 years ago

skin.scad uses to_3d, vec3, and range from scad-utils but they are no longer in scad_utils.

It's probably easier to pull them from the old scad_utils and include them in skin.scad, but maybe they are also used elsewhere?

smurfix commented 4 years ago

Where are the "old" scad_utils? I just pulled the current scad_utils but to_3d doesn't even shop up in its history. :-(

terryspitz commented 1 year ago

Also: sweep-drop.scad with latest scad-utils gives errors:

WARNING: Can't open library 'scad-utils/shapes.scad'. 
WARNING: Can't open library 'scad-utils/lists.scad'.