CadQuery / cadquery-contrib

A place to share cadquery scripts, modules, and projects
MIT License
43 stars 13 forks source link

Fixed CQGI handling of parameters in Tetrakaidecahedron #23

Closed openvmp closed 3 weeks ago

openvmp commented 3 weeks ago

CQGI currently treats all global tuple assignments as parameters, but then fails to initialize their values if they are not constant. Replacing tuples with lists to work around.

jmwright commented 3 weeks ago

Thanks @openvmp