The default value of 'cut' in the text method should be False.
Open
bug
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
I think the default value of `cut` should be `False` since `cut` is deprecated.
In [the implementation of `text` method](https://github.com/CadQuery/cadquery/blob/c1813f35451d181d750b692749a952a4e1b023cf/cadquery/cq.py#L4246-L4247), `combine` is forced to `"cut"` when `cut` is true.
Although `cut` parameter is now deprecated, an user must pass `False` to it in order to enable `combine` parameter.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.