-rw-r--r-- | titan-bracket.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/titan-bracket.scad b/titan-bracket.scad index 2bd146b..48858bb 100644 --- a/titan-bracket.scad +++ b/titan-bracket.scad | |||
@@ -1,10 +1,10 @@ | |||
1 | // The thickness of the mount plate (in mm) | 1 | // The thickness of the mount plate (in mm) |
2 | mountplate_thickness = 2 ; // [0:10] | 2 | mountplate_thickness = 5 ; // [0:10] |
3 | // The thickness of the motor mount plate (in mm) | 3 | // The thickness of the motor mount plate (in mm) |
4 | motormountplate_thickness = 2 ; // [2:7] | 4 | motormountplate_thickness = 2 ; // [2:7] |
5 | 5 | ||
6 | /* [Hidden] */ | 6 | /* [Hidden] */ |
7 | layer_height=.25; extrusion_width=.5; | 7 | layer_height=.25; extrusion_width=.5; |
8 | epsilon=.01; | 8 | epsilon=.01; |
9 | 9 | ||
10 | module smoothen(r) { | 10 | module smoothen(r) { |