roipoussiere / cadquery-server

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

allow json export #40

Closed roipoussiere closed 1 year ago

roipoussiere commented 1 year ago

ie.

cq-server box.py -e box.json
cq-server box.py -e -f json

See #31

The json export should support the --minify option.

roipoussiere commented 1 year ago

fixed in 14a1a0d