Files
film-scanner/constants.scad

19 lines
274 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;
$include_substock = true;