Files
rackstack/cases/common.scad
jazhawang 94c8c2116c bulk
2022-09-18 11:13:08 -04:00

15 lines
158 B
OpenSCAD

/* Some initial configurations and commonly used variables
plus functions
*/
$fn=64;
eps=0.01;
inf10 = 10;
inf50 = 50;
inf1000 = 1000;
inf = inf1000;