-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
OpenSCAD fails to open inlined file that uses the BOSL2 library #51
Comments
Thanks for looking into this. To answer your question from the other issue, I'm on windows 10, and I had the same result with both 2021.01 and 2023.04.04. |
I have managed to track down what causes the recursion error. By including a file inline that is loaded with |
Looks like the BOSL2 library is taking advantage of the isolated context provided by How to reproduce: |
Describe the bug
When opening an inlined model that uses a larger library like BOSL2, OpenSCAD produces an error:
To Reproduce
Steps to reproduce the behavior:
scadi inline hex-grid-test.scad
openscad -o inline-hex-grid-test.stl inline-hex-grid-test.scad
Expected behavior
OpenSCAD should export an STL without errors.
Proposed solution
tests/samples
tests/samples
The text was updated successfully, but these errors were encountered: