Finished designing new xsled

This commit is contained in:
2022-02-23 22:17:35 +01:00
parent 5d4c478ee4
commit 64d38acfb1
3 changed files with 108 additions and 23 deletions

18
constants.scad Normal file
View File

@@ -0,0 +1,18 @@
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 ]));
$fs = 1.5;
$include_substock = true;