roipoussiere / cadquery-server

A web server used to render 3d models from CadQuery code loaded dynamically.
MIT License
52 stars 17 forks source link

cli option to set three-cad-viewer options #3

Closed roipoussiere closed 2 years ago

roipoussiere commented 2 years ago
cq-server --ui-theme light --ui-ortho --ui-glass --ui-control trackball

See other options here and in the code.

roipoussiere commented 2 years ago

fixed in cdaec24