Closed WillAdams closed 1 year ago
Should be doable. Maybe we could do a "preamble" setting, so you can add arbitrary text to be added before the generated code and this can be set up per project as needed.
A further consideration here --- should a semi-colon be included at the end of include?
OpenSCAD doesn't mind, but RapCAD does:
Other tools add the line:
and it seems to be more appropriate to have imported modules at the top of the file before variable declarations:
Would that be a viable approach/option?