Three holes for storing bottles and tubes. The 2 larger holes use the full height of the bin while the small one is more shallow.
use <openscad-gridfinity-block/gridfinity_block.scad> $fn=128; gridfinity_block([ 2, 2, 6 ]) { gb_round_hole([ 28, 28 ], 50, $inner_height); gb_round_hole([ 60, 60 ], 35, $inner_height); gb_round_hole([ 68, 21 ], 18.5, 22); }
There was an error while loading. Please reload this page.