diff --git a/gridfinity-rebuilt-bins.scad b/gridfinity-rebuilt-bins.scad index 32740b6..7578938 100644 --- a/gridfinity-rebuilt-bins.scad +++ b/gridfinity-rebuilt-bins.scad @@ -42,9 +42,9 @@ gridz = 6; //.1 /* [Linear Compartments] */ // number of X Divisions (set to zero to have solid bin) -divx = 0; +divx = 1; // number of Y Divisions (set to zero to have solid bin) -divy = 0; +divy = 1; /* [Cylindrical Compartments] */ // number of cylindrical X Divisions (mutually exclusive to Linear Compartments)