From fb654638fbf85b0bc717c044386a4662dfc2cd8f Mon Sep 17 00:00:00 2001 From: Kenneth <40445044+kennetek@users.noreply.github.com> Date: Thu, 4 Aug 2022 02:02:02 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f9a9e67..9ce4129 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,26 @@ -# gridfinity-rebuilt-openscad - -A ground-up rebuild of the stock gridfinity bins in OpenSCAD. Started because of a couple slight imperfections and inconsistencies in the Fusion360 parametric bins. 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. For instance, the tab angle is 32 degrees instead of 36 degrees, as it made construction easier. The fillets may also be slightly incorrect. However, I think they are negligible differences. The script is also fairly laggy, and will probably take at leaste a minute to render a bin. - -Things this script can do: -- any size of bin (width, length, height) -- any number of compartments (along BOTH x and y axis) -- togglable scoop -- togglable holes -- supportless printing hole structures -- togglable tabs -- split tabs and tab alignment +# 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](https://www.youtube.com/watch?v=ra_9zU-mnl8) by [Zack Freedman](https://www.youtube.com/c/ZackFreedman/about) + +## 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) + +## 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](https://openscad.org/downloads.html). 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! + +[]() From ac5efbb93911d964a09ef7d80bc96e0999db1ac5 Mon Sep 17 00:00:00 2001 From: Kenneth <40445044+kennetek@users.noreply.github.com> Date: Thu, 4 Aug 2022 09:13:41 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9ce4129..7165c96 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ A ground-up port (with a few extra features) of the stock gridfinity bins in Ope - 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](https://www.youtube.com/watch?v=W8FbHTcB05w)) 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](https://openscad.org/downloads.html). 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.