summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--titan-bracket.scad2
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,26 +1,26 @@
1// The thickness of the mount plate (in mm) 1// The thickness of the mount plate (in mm)
2mountplate_thickness = 2 ; // [0:10] 2mountplate_thickness = 5 ; // [0:10]
3// The thickness of the motor mount plate (in mm) 3// The thickness of the motor mount plate (in mm)
4motormountplate_thickness = 2 ; // [2:7] 4motormountplate_thickness = 2 ; // [2:7]
5 5
6/* [Hidden] */ 6/* [Hidden] */
7layer_height=.25; extrusion_width=.5; 7layer_height=.25; extrusion_width=.5;
8epsilon=.01; 8epsilon=.01;
9 9
10module smoothen(r) { 10module smoothen(r) {
11 offset(r=+r,$fn=r*PI*6) offset(delta=-r) children(); 11 offset(r=+r,$fn=r*PI*6) offset(delta=-r) children();
12} 12}
13 13
14module the_bracket( 14module the_bracket(
15 mountplate_size=[62,40], 15 mountplate_size=[62,40],
16 mountplate_r = 3, 16 mountplate_r = 3,
17 mounthole_d = 3.5, 17 mounthole_d = 3.5,
18 mountholes_span=[54,30], 18 mountholes_span=[54,30],
19 motor_side=42.3, 19 motor_side=42.3,
20 motor_protrusion_hole_d = 23.5, 20 motor_protrusion_hole_d = 23.5,
21 motormountholes_span = 31, 21 motormountholes_span = 31,
22 thickness = 2, 22 thickness = 2,
23 motormountplate_thickness = 2.5, 23 motormountplate_thickness = 2.5,
24 mountplate_thickness = 2, 24 mountplate_thickness = 2,
25 motormounthole_d = 3, 25 motormounthole_d = 3,
26 motorconnector_width = 16.5, 26 motorconnector_width = 16.5,