@ypy, I hope you’re having a good week. Now that we’ve been using the Parametric Model Maker for a while, I’d like to suggest a feature that would be incredibly helpful: the ability to share a version of a model via URL. This would involve saving all the variables set by the user and allowing them to send this configuration to someone else, who could then generate the 3MF or make further adjustments.
As a developer, I can think of several ways to implement this. Here are a couple of ideas for brainstorming:
- MW Saving Model Settings: In this scenario, users would customize a model and click “save,” which would add the customized model to a new tab on their profile, visible only to them. While in the model maker, they could then share a URL that would allow others to access the model with all the settings pre-configured, ready for download or further modification.
- Share with Query Strings: This simpler approach requires less backend work. Users would click a share button on the model maker app, which would generate a URL containing all the OpenSCAD variables in the query string. This URL could then be copied to the user’s clipboard. Modern browsers support long URLs, so this method would be practical. When someone opens this URL, the model settings would be automatically applied.
Either approach would be invaluable for designers helping others with specific use cases, and it would enable sharing more examples of what OpenSCAD models can do.