roipoussiere / cadquery-server

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

Add endpoint for download #66

Open qwelyt opened 2 years ago

qwelyt commented 2 years ago

You can now download your models using the endpoint /download. You need to specify the parameters m for which module and format for which format you want it in.

Ex: localhost:5000/download?m=box.py&format=stl
Will produce box.stl for download.

Things of note: