We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Where are the "old" scad_utils? I just pulled the current scad_utils but to_3d doesn't even shop up in its history. :-(
to_3d
Sorry, something went wrong.
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'.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: