michaelgale / cq-gridfinity

A python library to build parameterized gridfinity compatible objects such a baseplates and boxes.
MIT License
91 stars 6 forks source link

Missing cq_helpers #1

Closed diesphink closed 11 months ago

diesphink commented 11 months ago

Hey, I tried out your code and noticed it depends on https://github.com/michaelgale/cq-kit.

You might want to consider updating that repository because there are some missing dependencies that cq-gridfinity relies on, like cq_helpers.

michaelgale commented 11 months ago

Thanks for the heads up on that dependancy issue. I'll take a look.

michaelgale commented 11 months ago

@diesphink I've updated and published a new version of cq-kit to v.0.5.3 which you should be able to install with pip. That should resolve the dependancies cq-gridfinity is looking for.

diesphink commented 11 months ago

Works for me, thanks.