Closed stiggy87 closed 4 months ago
The parse error is that you put in those '#' characters. OpenSCAD isn't C.
Without then you get the error that "struct" is unknown, which is what should happen.
Thanks! It worked with just one include, so not sure why it wasn't throwing the error earlier. Closing as not a bug.
Describe the bug When trying to include the
screws.scad
and create ascrew()
or a standardstruct
get the following error:Code To Reproduce Bug
Expected behavior It should not be throwing an error.
Screenshots N/A
Additional context Add any other context about the problem here.