tuned to fit segmentGrid inside garden stamp
This commit is contained in:
@@ -12,19 +12,19 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
include <BOSL2/std.scad>
|
||||
|
||||
include <sgc_params.scad>
|
||||
include <csg_params.scad>
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user