A ground-up rebuild of the stock gridfinity bins in OpenSCAD
Go to file
K Hodson c897f0ddcd tab safety check 2023-02-14 16:21:04 -07:00
images added documentation images 2022-11-17 18:26:43 -07:00
.gitignore documentation update 2022-11-17 12:58:46 -07:00
LICENSE.md Create LICENSE.md 2022-10-15 12:29:46 -07:00
README.md Update README.md 2023-02-05 22:29:21 -07:00
gridfinity-constants.scad Fixed #59 2023-02-07 16:02:46 -07:00
gridfinity-rebuilt-baseplate.scad Added style_hole back to baseplates 2022-12-30 23:36:00 -07:00
gridfinity-rebuilt-bins.json Slider for scoop 2023-02-14 10:04:53 -07:00
gridfinity-rebuilt-bins.scad Updated examples to work with new scoop parameter 2023-02-14 15:12:45 -07:00
gridfinity-rebuilt-lite.scad Fixed lip and scoop parameters in lite bins 2023-02-14 15:17:06 -07:00
gridfinity-rebuilt-utility.scad Merge branch 'main' into make-scoop-customizable 2023-02-14 09:57:46 -07:00
gridfinity-spiral-vase.scad tab safety check 2023-02-14 16:21:04 -07:00

README.md

Gridfinity Rebuilt in OpenSCAD

CC BY-NC-SA 4.0

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. 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.

Full documentation can be found at the project's website.

The project can also be found on Printables if you want to support the project.

Features

  • any size of bin (width/length/height)
  • height by units, internal depth, or overall size
  • 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)
  • manual compartment construction (make the most wacky bins imaginable)
  • togglable lip (if you don't care for stackability)
  • dividing bases (if you want a 1.5 unit long bin, for instance)
  • removed material from bases to save filament
  • vase mode bins

Printable Holes

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

Recommendations

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!

Gridfinity by Zack Freedman

This work is licensed under the same license as Gridfinity, being a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0