From d7b0e5b8f9c776760ac1dcc50eff532e79194c61 Mon Sep 17 00:00:00 2001 From: Jeff Barr Date: Sun, 12 Jun 2022 11:19:42 -0700 Subject: [PATCH] Update README.md Add some OpenSCAD items. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 491f02d..5928891 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,15 @@ In April of 2022, [Zack Freedman](https://www.youtube.com/c/ZackFreedman/about) Using a design based on earlier work by [Alexandre Chappel](https://www.youtube.com/channel/UCe1Aj6VEO299Yq4WkXdoD3Q), Zach designed a modular system that uses a gridded baseplate that accomodates blocks sized to fit into one or more grid cells. After the publication of Zach's video, other designers began to adopt existing designs and to create new ones. This page is an attempt to catalog as many Gridfinity resources as possible. +# Baseplates + +* [gridfinity_baseplate.scad](https://github.com/vector76/gridfinity_openscad/blob/main/gridfinity_baseplate.scad) - OpenSCAD code for baseplate. + +# Blocks + +* [gridfinity_glue_stick.scad](https://github.com/vector76/gridfinity_openscad/blob/main/gridfinity_glue_stick.scad) - OpenSCAD code for glue stick block. +* [gridfinity_socket_holder.scad](https://github.com/vector76/gridfinity_openscad/blob/main/gridfinity_socket_holder.scad) - OpenSCAD code for socket block. +* +# Other Resources + +* [gridfinity_openscad](https://github.com/vector76/gridfinity_openscad) - OpenSCAD code to generate baseplates and other blocks.