From 3706a1f868defba681d21d4cfee9c7940127afc6 Mon Sep 17 00:00:00 2001 From: Arthur Moore Date: Sun, 6 Oct 2024 13:40:58 -0400 Subject: [PATCH] Set Default Linear Compartments To 1 Per #217 this is causing issues for new users. --- gridfinity-rebuilt-bins.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)