I have a parametric model to share that has the option of using many of the Grid systems out there. It can do OpenGrid, HSW, Multiboard even screw mounts. I have the OpenSCAD file ready, but when I tested it, I can’t access the STL files I uploaded for the different mount types. From what I can see from reading, they only allow one file for STL, called default? Are there any work arounds. I can always copy in the OpenSCAD code for the other mounts, but that bloats my code. Is is possible to have multiple .SCAD files, so I can at least put the other mount code in separate files (I use libraries locally for my use).
One note, I do attribute the work of the other projects like OpenGrid, HSW, etc.
When creating Design entry you can add multiple configurable files - each will be available separately when somebody clicks customize. parametric model maker then generates 3mf file based from your parametric file - check design below. holder and mounting clips are 2 separate files
The longer answer is here, one of many times I have spoken about it.
The ‘workaround’ @Yatuin can work for some projects, but falls short of being able to access resources locally, as I originally requested all that time ago in May 2024.
They took my many requests for this and created something else, and said they had finished it.
They provided the ability for the user to upload a single file THEY supply, and none that YOU do.
Is this still the case. The parametric model maker is woefully undocumented. It’s not even clear exactly which version of openscad they support and there’s no obvious feedback loop to ask for requirements or upcoming changes.
Uploading multiple files is pretty common and for some openscad projects it’s a literal requirement for dependencies.