aboutsummaryrefslogtreecommitdiff
path: root/simplebox.scad
blob: a3b378624b282f2e95c6cdcc416d7684caee2905 (plain)
1
2
3
4
5
6
7
8
9
10
use <gridfinity.scad>

ux = 2;
uy = 1;
uz = 3;

magnets = false;
lip = true;

gridfinity(ux, uy, uz, lip=lip, magnets=magnets, fill = false, bottom_height = 0);