@antoine-guillaume this could be done by adding support for a second function getDynamicParameters
where:
- firstly
getParameterDefinitions
is called and a list of basic parameters is generated and remembered - secondly
getDynamicParameters
is called but with the values from the form and it provides more inputs - on any change to base parameters,
getDynamicParameters
is called again with changed values to regenerate dynamic list of inputs
if there are ppl interested in this feature please open an issue or a discussion where we could define a feature like this. This is something I could implement relatively easy in my new prototype, but is unlikely I would have patience to buid it ony the current jscad web from master branch.
https://github.com/jscad/OpenJSCAD.org/discussions/944