Files
rackstack/helper/common.scad
2023-01-12 00:28:36 -05:00

13 lines
155 B
OpenSCAD

/* Some commonly used variables plus functions
*/
$fn=64;
// TODO move these to math
eps=0.0001;
inf10 = 10;
inf50 = 50;
inf1000 = 1000;
inf = inf1000;