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

A place to share cadquery scripts, modules, and projects

Results 4 cadquery-contrib issues
Sort by recently updated
recently updated
newest added

https://github.com/CadQuery/cadquery-contrib/blob/3902f2be08fe9bbbf70773a198730fb07e2b3d39/examples/Thread.py#L58 If you modify the **radius**, the core won't be affected. It should be something like: ```python core = cq.Workplane("XY",origin=(0,0,-d)).circle(radius).circle(radius-1).extrude(height+1.75*d) ```

It looks like [this example](https://github.com/CadQuery/cadquery-contrib/blob/master/examples/3D_Printer_Extruder_Support.py) was broken in the transition to PythonOCC. It fails in both CQ-editor and the jupyter_cadquery extension. Here's a jupyter_lab stack trace from this issue: https://github.com/bernhard-42/jupyter-cadquery/pull/8...

bug
good first issue

A couple of scripts I worked on the past month

I am trying to run the example code from the cylindrical_gear.py but get the error as below, if there is any solution I can solve this and make it start...