From 9008d3bf9cb74409c9bb4aa8100f1def50644052 Mon Sep 17 00:00:00 2001 From: Rocka84 Date: Sun, 19 May 2024 00:42:23 +0200 Subject: [PATCH 1/2] allow decimals for some values in the customizer --- gridfinity-rebuilt-bins.scad | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gridfinity-rebuilt-bins.scad b/gridfinity-rebuilt-bins.scad index ea176a9..d5e3c15 100644 --- a/gridfinity-rebuilt-bins.scad +++ b/gridfinity-rebuilt-bins.scad @@ -25,15 +25,15 @@ https://github.com/kennetek/gridfinity-rebuilt-openscad /* [Setup Parameters] */ $fa = 8; -$fs = 0.25; +$fs = 0.25; // .01 /* [General Settings] */ // number of bases along x-axis -gridx = 3; +gridx = 3; //.5 // number of bases along y-axis -gridy = 2; +gridy = 2; //.5 // bin height. See bin height information and "gridz_define" below. -gridz = 6; +gridz = 6; //.1 /* [Linear Compartments] */ // number of X Divisions (set to zero to have solid bin) @@ -49,13 +49,13 @@ cdivy = 0; // orientation c_orientation = 2; // [0: x direction, 1: y direction, 2: z direction] // diameter of cylindrical cut outs -cd = 10; +cd = 10; // .1 // cylinder height -ch = 1; +ch = 1; //.1 // spacing to lid c_depth = 1; // chamfer around the top rim of the holes -c_chamfer = 0.5; +c_chamfer = 0.5; // .1 /* [Height] */ // determine what the variable "gridz" applies to based on your use case From f583a1c26dec8f2d571bada730780a1e910e8401 Mon Sep 17 00:00:00 2001 From: Rocka84 Date: Mon, 27 May 2024 22:54:35 +0200 Subject: [PATCH 2/2] added note about special comments for customizer --- gridfinity-rebuilt-bins.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/gridfinity-rebuilt-bins.scad b/gridfinity-rebuilt-bins.scad index d5e3c15..e2dd5b4 100644 --- a/gridfinity-rebuilt-bins.scad +++ b/gridfinity-rebuilt-bins.scad @@ -6,6 +6,7 @@ include the magnet holes can have an extra cut in them to make it easier to print without supports tabs will automatically be disabled when gridz is less than 3, as the tabs take up too much space base functions can be found in "gridfinity-rebuilt-utility.scad" + comments like ' //.5' after variables are intentional and used by the customizer examples at end of file BIN HEIGHT