14 lines
159 B
OpenSCAD
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;
|