20 lines
297 B
OpenSCAD
20 lines
297 B
OpenSCAD
use_colors = true;
|
|
|
|
xsize = 450;
|
|
ysize = 400;
|
|
sled_ysize = 7 * 25.4;
|
|
sled_xsize = 8 * 25.4;
|
|
|
|
xmin = 155;
|
|
ymin = 140;
|
|
// 130..320
|
|
cur_xpos = 155;
|
|
// 140..260
|
|
cur_ypos = 140;
|
|
|
|
echo(str("Range = ", [ xsize - xmin * 2, ysize - ymin * 2 ]));
|
|
|
|
$fn = 30;
|
|
|
|
screw_hole_expansion = 1.1;
|
|
screw_num_sides = 7; |