Files
rackstack/common.scad
2023-01-03 00:30:45 -05:00

14 lines
159 B
OpenSCAD

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