Releases: michaelgale/cq-kit
v.0.5.8 Release
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
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
Updated with new helper functions and revised setup.py.
v.0.5.1 PyPI release
Update to remove redundant code in setup.py which can cause pip install issues on some platforms.
v.0.5.0 PyPI release
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
CQ-Kit now has a PyPI installer for convenient integration with an existing CadQuerry environment.