An OpenSCAD model to create custom storage bins for the Gridfinity system. This library defines a solid block that can be customized using built-in subtraction functions to carve out specific shapes, holes, or compartments. And there are magnet holes too!
This creates a block that's 1x1 units and 4U high, with the [0,0,0] point being the center of the top surface. The nested sphere is subtracted from the block.
use <openscad-gridfinity-block/gridfinity_block.scad>
$fn=128;
gridfinity_block([ 1, 1, 4 ], stacking_lip = true, center=true) {
sphere(r=15);
};
Please see the Project wiki
Note: The Gridfinity system was originally conceptualized by Zack Freedman. See https://gridfinity.xyz/ for more information about Gridfinity.