refactor
This commit is contained in:
13
common.scad
Normal file
13
common.scad
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
/* Some initial configurations and commonly used variables
|
||||
plus functions
|
||||
*/
|
||||
|
||||
$fn=64;
|
||||
|
||||
eps=0.0001;
|
||||
|
||||
inf10 = 10;
|
||||
inf50 = 50;
|
||||
inf1000 = 1000;
|
||||
inf = inf1000;
|
||||
Reference in New Issue
Block a user