cadquery-server icon indicating copy to clipboard operation
cadquery-server copied to clipboard

A web server used to render 3d models from CadQuery code loaded dynamically.

Results 35 cadquery-server issues
Sort by recently updated
recently updated
newest added

I have tried to set up your cadquery-server. This is a very promissing package. I followed as close as possible your procedure from the Readme.md. The installation was without complaints...

Hey, Really like the functionality this brings and managed to get latest version (0.4.1) installed using poetry, but it seems to fail with python 3.8 or 3.9 because of use...

Hey @roipoussiere, thanks for this really cool project; I'm starting with CadQuery, and this definitely makes it more pleasant to use! 🙇 To get a first glimpse at the code,...

cadquery-server is a great tool for people like me, that want to work with existing IDEs (like pycharm, vscode). With the help of cadquery-server creating a CAD model feels like...

Propagate and parse all exceptions to be able to visualise them in the frontend. Before: ![Screenshot 2023-07-12 at 22 27 50](https://github.com/roipoussiere/cadquery-server/assets/77339169/dce22aec-e44e-4a44-8c08-e8925e9d1710) After: ![Screenshot 2023-07-12 at 22 28 18](https://github.com/roipoussiere/cadquery-server/assets/77339169/71ffdb06-2eaa-4594-b73f-7cb8e57cdabc) 🙇

I'm unable to use the `alpha` parameter of `show_object`, because it tries to concatenate a tuple to a list. ![image](https://github.com/roipoussiere/cadquery-server/assets/77339169/3eeb0f3b-3a05-4d8d-8469-b62b8d6a8a34) (AFAIK tuple and list cannot be concatenated in any version,...

I have a module that take few min for build. I want to know the server is working for calculate or not. Also each calculation time.

I have a module that have multiple show_object call. Now cadquery-server generates one stl per py file, but I want to have stl for each show_object call.

Sometime the watchdog thread is dead when save the module from editor and stop updating UI anymore. Steps to produce: - Build docker image from head of this repository. -...