From 5d7dcb4ce584c5771e0377f5b5728d6783d0647b Mon Sep 17 00:00:00 2001 From: TheRON Date: Mon, 27 Apr 2026 15:43:55 -0400 Subject: [PATCH] tuned to fit segmentGrid inside garden stamp --- BOSL2/V08APR26/SKU2689999/sgc/gridstack.scad | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/BOSL2/V08APR26/SKU2689999/sgc/gridstack.scad b/BOSL2/V08APR26/SKU2689999/sgc/gridstack.scad index 3908b31..577dccd 100644 --- a/BOSL2/V08APR26/SKU2689999/sgc/gridstack.scad +++ b/BOSL2/V08APR26/SKU2689999/sgc/gridstack.scad @@ -12,19 +12,19 @@ /////////////////////////////////////////////////////////////////////////////// include -include +include lw = 2*nW; // line width lh = LH; // layer height // these MUST be the cavity size -gridX=3.2; -gridY=3.2; +gridX=3.6; +gridY=3.6; // these ARE the number of cavities -xCount=4; -yCount=7; -hc = 4; //height count = height of stack +xCount=5; +yCount=27; +hc = 10; //height count = height of stack // these MUST be the calculated dimensions //xw = ((2*gridX)*xCount)+((2*lw)*xCount); // X width