tuned to fit segmentGrid inside garden stamp
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user