Finished designing new xsled
This commit is contained in:
@@ -1,22 +1,4 @@
|
||||
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;
|
||||
|
||||
include <constants.scad>;
|
||||
include <parts.scad>;
|
||||
|
||||
csize = 15;
|
||||
|
||||
Reference in New Issue
Block a user