From 5e70a29f6fc04179e85240c97ed2a8c69a8bf703 Mon Sep 17 00:00:00 2001 From: Lowell Alleman Date: Tue, 17 Oct 2023 11:05:23 -0400 Subject: [PATCH] Update index.md Add a link back to the main github page --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 04f729f..c94e088 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ ## Introduction Gridfinity rebuilt aims to remake the brilliant Gridfinity project from [Zack Freedman](https://www.youtube.com/c/ZackFreedman/about) in a more robust and open-source way than the original Fusion 360 files. Many major CAD suites struggle with making parametric models constructed from linear patterns, due to changing fillet edges and seams. Thus, a pure mathematical approach using OpenSCAD can allow a single solution for all possible bin variants. -The project has expanded into more eccentric models that use modules from the original generator. This wiki aims to document these modules in great detail. +The [project](https://github.com/kennetek/gridfinity-rebuilt-openscad/) has expanded into more eccentric models that use modules from the original generator. This wiki aims to document these modules in great detail. Models are generated subtractively. First, the solid bin and bases are constructed, and then the compartments and holes are removed. This allows for internal fillets that nearly match the originals. However, they are not exactly perfect. There are some fillets that are too small and too difficult to be worth implementing, as most printers do not have a high enough resolution for it to matter.