Moved all the mechanical stuff into a subdirectory

This commit is contained in:
2022-04-02 14:43:51 +02:00
parent e9fad1ff5c
commit ed4a15658e
11 changed files with 0 additions and 0 deletions

20
mechanical/constants.scad Normal file
View 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;