gumyr / cq_warehouse

A cadquery parametric part collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove 'cut' from text() method calls

gumyr opened this issue · comments

'cut' has been deprecated and should be replaced with combine="cut" in calls to text. The extensions text methods should be updated to deprecate 'cut' and use the same self._combineWithBase(r, combine, clean) functionality.