I have been working on a project in OpenSCAD with the intention of this being uploaded to MakerWorld as a parametric model. The model is going to be a luggage tag that will have different airline brandings on them that the user can select as well as add their own text on the back.
I have reached a roadblock though as the code that I have fully working in OpenSCAD, is not producing the correct results in the model maker. None of the code relies on any libraries, so it should work fine but it just isn’t.
Here is a picture of what it looks like in OpenSCAD:
And here is what is generated in the model maker:
All of the main geometry is correct. The issue lies with the logos. These logos consist of bezier curves that are hard coded into the file. The original SVG’s were converted using this Inkscape Plugin. The resulted code contains a stripped down version of the bezier functions in BOSL to allow them to run in plain OpenSCAD with no libraries. This works with no issues when running locally, but as you can see in the images it just fails to run in the parametric model maker.
Is this a known issue? I hope there is a way around this as I have put considerable time into this project and am eager to share it but this has completely derailed me.