@kaosat-dev I'm gonna receive a .jscad file with fixed parameters, I need to allow the users to modify this parameters via the interface.
The open-source project I use (dan marshall's one) seems to automatically add the parameters to the interface if they are present in the design code.
I assume if I import my .jscad file and then modify the module code to add the needed parameters it will work like I want it to.
Can somebody confirm me this?
Thanks