Skip to content

Releases: michaelgale/cq-kit

v.0.5.8 Release

19 Aug 20:04
Compare
Choose a tag to compare

Added a fix to automatically correct tapered extrusions to the correct height independent of the CadQuery version. CadQuery version <2.4.0 have a different implementation of the 'extrude' method whereby the height of a tapered extrusion is not compensated based on the angle of the taper.

v.0.5.6 Release

19 Mar 19:54
Compare
Choose a tag to compare

Added new drafted shape builders in cq_basic.py. Added new helper functions to cq_helpers.py. Improved pprint_obj in cq_pprint.py with object length sorting and more details for complex edges such as ellipses, bezier curves, etc.

v.0.5.3 Release

17 Nov 14:47
Compare
Choose a tag to compare

Updated with new helper functions and revised setup.py.

v.0.5.1 PyPI release

19 Apr 01:56
Compare
Choose a tag to compare

Update to remove redundant code in setup.py which can cause pip install issues on some platforms.

v.0.5.0 PyPI release

12 Jan 03:55
Compare
Choose a tag to compare

Update to support newer versions of CadQuery and OCP 7.6+. Also bumped minimum python version to 3.8 for compatibility.

v.0.4.0 PyPI release

14 Dec 13:28
Compare
Choose a tag to compare

CQ-Kit now has a PyPI installer for convenient integration with an existing CadQuerry environment.