Asymmetric Chamfer Error
Open
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
Asymmetric chamfer is not applied consistently. The chamfers on the top of this ring look correct; however, the inner chamfer on the bottom is reversed.

Error found on cadquery master.
```python
import cadquery as cq
chamferBody = (
cq.Workplane("XY")
.circle(8)
.circle(4)
.extrude(4)
.faces(">Z").chamfer(0.5,1.5)
.faces("
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.