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

fix(all): sync changes to v3 #1348

Closed z3dev closed 4 weeks ago

z3dev commented 1 month ago

These changes bring in the latest changes from master into the V3 branch, with some changes.

All Submissions:

z3dev commented 4 weeks ago

Side note, but at some point before releasing V3, we MERGE from master into V3, and then, importantly, DO NOT SQUASH MERGE. That way when eventually V3 becomes the master branch... authors get credit for their commits (right now commits from master post v3 split will be lost).

That would be cool but I haven't seen large merges work well.