A ground-up rebuild of the stock gridfinity bins in OpenSCAD
Go to file
Arthur Moore 3f2c6e28c5
Merge pull request #179 from EmperorArthur/update_holes
Add Multiple Options for Hole Configuration
2024-07-23 10:58:52 -04:00
.github/workflows Add --show-diff-on-failure to pre-commit in CI 2024-01-06 08:36:42 -08:00
docs Add style_lip as argument to gridfinityInit 2024-01-29 09:58:53 +01:00
images Added and update Images of all hole types 2024-04-28 02:05:50 -04:00
tests Baseplate - Add support for crush ribs and chamfering the magnet holes 2024-04-30 08:11:29 -04:00
.gitignore Add a test suite to generate images of bins with holes 2024-04-28 02:05:50 -04:00
.pre-commit-config.yaml Add pre-commit and configuration 2023-09-21 23:10:50 -07:00
generic-helpers.scad Allow multiple levels for supportless holes 2024-04-27 00:18:18 -04:00
gridfinity-rebuilt-baseplate.scad Baseplate - Add support for crush ribs and chamfering the magnet holes 2024-04-30 08:11:29 -04:00
gridfinity-rebuilt-bins.scad Make sure hole naming is consistent 2024-04-30 07:38:47 -04:00
gridfinity-rebuilt-holes.scad Use OpenSCAD Circle resolution to speed up ribbed cylinder creation 2024-05-02 09:20:22 -04:00
gridfinity-rebuilt-lite.scad Fix gridfinity-rebuilt-lite 2024-04-30 23:35:43 -04:00
gridfinity-rebuilt-utility.scad Fix Baseplate 2024-04-30 01:46:37 -04:00
gridfinity-spiral-vase.scad Fix spiral vase bases 2024-04-29 22:54:25 -04:00
LICENSE Add whitespace fixes generated by pre-commit 2023-09-21 23:11:23 -07:00
mkdocs.yml Added website materials 2023-02-15 18:44:26 -07:00
README.md Add whitespace fixes generated by pre-commit 2023-09-21 23:11:23 -07:00
standard.scad Fix Baseplate 2024-04-30 01:46:37 -04:00

Gridfinity Rebuilt in OpenSCAD

License: MIT

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

License: MIT