Skip to content

wromijn/openscad-gridfinity-block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) {
    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.

About

OpenSCAD module for custom Gridfinity bins

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published