/Modules/PowerSupply/LION2CELL01D/CAD/src/6x8MLAB_frame.scad
24,7 → 24,7
if ((j>(x_size-10) && i>(y_size-10)) || (j<10 && i<10) || (j<10 && i>(y_size-10)) || (j>(x_size-10) && i<10) ) [j, i] ];
 
 
//------------parameters---------------------------
//------------ Safety grid parameters---------------------------
 
nY = 8;
nX = 6;
35,16 → 35,7
 
// width of solid part of grid
meshSolid=1.2;
// width of blank part of grid
//meshSpaceX=(y_size-4*pile_radius)/8;
//meshSpaceY=(y_size-4*pile_radius)/8;
// thickness in Z direction
 
 
//-------------------------------------------------
//nX=meshX/(meshSolid+meshSpaceX);
//nY=meshY/(meshSolid+meshSpaceY);
 
meshSpaceX = (meshX - meshSolid*nX)/nX;
meshSpaceY = (meshY - meshSolid*nY)/nY;