Moved all the mechanical stuff into a subdirectory
This commit is contained in:
20
mechanical/constants.scad
Normal file
20
mechanical/constants.scad
Normal file
@@ -0,0 +1,20 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user