Skip to content

Example: Bathroom drawer bin

Willem Romijn edited this page Mar 16, 2025 · 2 revisions

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);
}

bathroom-tray

Clone this wiki locally