Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.19 KB

File metadata and controls

28 lines (19 loc) · 1.19 KB

Gridfinity Block

What is it?

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!

gridfinity-block visual

Quickstart

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, magnets=true) {
    sphere(r=15);
};

Examples and documentation

Please see the Project wiki

License

Note: The Gridfinity system was originally conceptualized by Zack Freedman. See https://gridfinity.xyz/ for more information about Gridfinity.