An OpenSCAD library including modules for generate attachable gridfinity objects usng the BOSL2 library.
Copy the gridfinity.bosl2.scad file to one of your local OpenSCAD library directories.
Add an include for the library:
include <gridfinity.bosl2.scad>
Call the gridfinity_base module:
gridfinity_base([1,1,42]);
