A ground-up rebuild of the stock gridfinity bins in OpenSCAD
Go to file
kennetek 1cb21ef1ed Added ability to make completely custom bins
Redid the system of how bins are generated and placed in order to facilitate manual construction of compartments. Added small improvement where left and right wall lips will have fillets.
2022-08-05 19:57:11 -07:00
images Added ability to make completely custom bins 2022-08-05 19:57:11 -07:00
.gitignore Added another slicer picture 2022-08-04 09:13:28 -07:00
gridfinity-rebuilt.scad Added ability to make completely custom bins 2022-08-05 19:57:11 -07:00
README.md Update README.md 2022-08-04 09:13:41 -07:00

Gridfinity Rebuilt in OpenSCAD

A ground-up port (with a few extra features) of the stock gridfinity bins in OpenSCAD. Open to feedback, because I could not feasibly test all combinations of bins, so some of them may have issues. I tried my best to exactly match the original gridfinity dimensions, but some of the geometry is slightly incorrect (mainly fillets). However, I think they are negligible differences, and will not appear in the printed model.

Gridfinity by Zack Freedman

Features

  • any size of bin (width/length/height)
  • any number of compartments (along both X and Y axis)
  • togglable scoop
  • togglable tabs, split tabs, and tab alignment
  • togglable holes (with togglable supportless printing hole structures)

The printable holes allow your slicer to bridge the gap (using the technique shown here) so that supports are not needed.

Recomendations

For best results, use a version of OpenSCAD with the fast-csg feature. As of writing, this feature is only implemented in the development snapshots. To enable the feature, go to Edit > Preferences > Features > fast-csg. On my computer, this sped up rendering from 10 minutes down to a couple of seconds, even for comically large bins.

Enjoy!