tuned to fit segmentGrid inside garden stamp

This commit is contained in:
2026-04-27 15:43:55 -04:00
parent 00dc2c0592
commit 5d7dcb4ce5

View File

@@ -12,19 +12,19 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
include <BOSL2/std.scad> include <BOSL2/std.scad>
include <sgc_params.scad> include <csg_params.scad>
lw = 2*nW; // line width lw = 2*nW; // line width
lh = LH; // layer height lh = LH; // layer height
// these MUST be the cavity size // these MUST be the cavity size
gridX=3.2; gridX=3.6;
gridY=3.2; gridY=3.6;
// these ARE the number of cavities // these ARE the number of cavities
xCount=4; xCount=5;
yCount=7; yCount=27;
hc = 4; //height count = height of stack hc = 10; //height count = height of stack
// these MUST be the calculated dimensions // these MUST be the calculated dimensions
//xw = ((2*gridX)*xCount)+((2*lw)*xCount); // X width //xw = ((2*gridX)*xCount)+((2*lw)*xCount); // X width