CadQuery / CadQuery/cadquery

The default value of 'cut' in the text method should be False.

Open
#1,509 0 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.