CadQuery / CadQuery/cadquery

Asymmetric Chamfer Error

Open
#786 6 comments 1 reaction 0 assignees View on GitHub
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.
![chamferBug](https://user-images.githubusercontent.com/85638518/121398769-b4d79e00-c923-11eb-8f77-530432d88bf7.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.