Skip to content
New issue

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

STL files incompatible with OpenSCAD #11

Open
MarkJeronimus opened this issue May 17, 2021 · 0 comments
Open

STL files incompatible with OpenSCAD #11

MarkJeronimus opened this issue May 17, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@MarkJeronimus
Copy link

The STL files have 'merged' components, as opposed to 'union-ed'. Since STL is just a 'bunch of separate triangles', all geometrical clues about this situation are lost, and this causes them to be unable to be used with the CGAL library in OpenSCAD (used for exporting). There's no workaround or possible fix for this.

For example, If I slice this stl in half through the center line, I see this 'box' intersecting, but not interacting with, the rest of the case.

Watch case stl bug

Through the 'hole' that's not supposed to be there, you see rogue faces (because the preview doesn't know how to handle two front faces or two back faces in direct succession)

Long thread about STL difficulties (not exactly this issue, but something related): http://forum.openscad.org/Model-Not-rendering-CGal-error-td22122.html
Also, some slicers will do wrong things, as explained here: https://www.afaik.at/post/mergeopenscad/

@uvwxy uvwxy added the help wanted Extra attention is needed label May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants