reorganize old files, and update readme with banner image
This commit is contained in:
12
helper/common.scad
Normal file
12
helper/common.scad
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
/* Some 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