Small, self-contained project for generating/working with cadquery models part using Python.
- Python 3.13.5
uv(project package manager)
uv sync
uv run pantry_supports.py
If the script writes outputs, look for new/updated CAD files in the project directory (or wherever the script is configured to write them).
- Example outputs already committed:
pantry_support.step
If you need different dimensions/variants, check pantry_supports.py for configurable parameters.
Use uv to add dependencies (don’t use other package managers unless you explicitly intend to):
uv add
See LICENSE.