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

An extension to render cadquery objects in JupyterLab via pythreejs

Results 15 jupyter-cadquery issues
Sort by recently updated
recently updated
newest added

First, thank you for an amazing piece of software! I would really love to be able to specify what vector should be "up" in the viewer to be able to...

`show(obj)` works fine in VS Code with Jupyter-Notebook extension for a certain number of executions. After a while, the `show` command does not display any graphics anymore. I have tried...

enhancement
help wanted

Is there a way to modify the controls of the cadviewport ? By this I mean : - Changing the keybinds/mousebinds of translation, rotation and zoom in the view -...

enhancement

Hi, When i generate in cadquery code the view differs from the freecad view. Is it possible to adjust the perspective of the panes? Re-assign (1) the views of the...

bug

I'm trying to handle stl export in cq-server. So far I tried this: ```py from jupyter_cadquery.ocp_utils import write_stl_file # ... assembly = to_assembly(*self.models, names=self.names) write_stl_file(assembly.compound(), 'output.stl') ``` It fails with...

bug

I've converted the docker command to docker compose. I want to map the $WORKDIR to point to a directory on my host. Any thoughts on how to do this? **Docker...

Hi, thank you very much for jupyter-cadquery. I have problem to animate translation. On the example given, I am able to animate correctly all legs rotation. As I understand, the...

Thanks for creating Jupyter CadQuery Just wondering if there is any scope to add a measurement feature that allows one to measure between two faces. Many thanks

![image](https://github.com/bernhard-42/jupyter-cadquery/assets/6166841/007750bb-7be1-4f2a-88e4-16a2f407d511) The docker version that I am using is “bwalter42/jupyter_cadquery:3.5.2” Do I need to install it individually ??

STORY: Users can render cadquery object trees with Blender in addition to three.js. Blender does not have the same polygon scaling limits with complex assemblies as three.js, which works in...