This project will allow you to create custom Gridfinity divider bins.
Clone the repo and install requirements from requirements.txt
. It is highly recommended to use a virtual environment for this. Read this for more details.
Note that this requires Python >=3.8.
pip install -r requirements.txt
Look at generate.py
for usage examples for now.
Run it with
python3 generate.py
Here's what is created with the example code provided.
This is my first time using Cadquery so I'm sure it is far from optimal. Feel free to submit PRs to get it cleaner.
Credit for the design of the Gridfinity system goes to Zack Freedman.