You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could use the openscad command line application (e.g. openscad -o output.stl myfile.scad), which outputs messages to stderr, and grep for the result.
Find a way to test for collisions between nut and corresponding bolt.
Idea
Render a nut and bolt combination (example: tests/test.scad). Use “number of volumes” that OpenSCAD shows after rendering:
Problem
Find a way to make OpenSCAD tell us the number of volumes in a programmatic way (we don’t want to open OpenSCAD and hit F6 for hundreds of threads).
The text was updated successfully, but these errors were encountered: