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

Thread example doesn't work with diferent radius

Open mantielero opened this issue 4 years ago • 0 comments

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:

core = cq.Workplane("XY",origin=(0,0,-d)).circle(radius).circle(radius-1).extrude(height+1.75*d)

mantielero avatar Sep 01 '21 05:09 mantielero