-rw-r--r-- | stuff.scad | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stuff.scad b/stuff.scad new file mode 100644 index 0000000..26fb39f --- a/dev/null +++ b/stuff.scad | |||
@@ -0,0 +1,6 @@ | |||
1 | layer_height=0.2; extrusion_width=0.5; | ||
2 | epsilon = .01; | ||
3 | |||
4 | protrude=10; // distance to protrude vertically | ||
5 | ss=1; // minimum silicone shell thickness | ||
6 | ms=1; // mold shell thickness | ||