jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.58k stars 505 forks source link

V3: parameter definitions #1307

Open hrgdavor opened 8 months ago

hrgdavor commented 8 months ago

Expected Behavior

consistent naming for initial value

Actual Behavior

some parameter types use default, and some use initial

Specifications

default is a keyword in javascript, and it would be preferable to use initial for all parameters.

I would suggest to only change the specification for this, but would keep the jscad web to accept both.