CadQuery / CadQuery/cadquery-contrib

Thread example doesn't work with diferent radius

Open
#16 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
70
Forks
18
PR merge metrics
No merged PRs in 30d

Description

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)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.