Selaa lähdekoodia

Bigger Thumb Screws

Thomas Buck 8 vuotta sitten
vanhempi
commit
9f7fd7b5c7
5 muutettua tiedostoa jossa 7015 lisäystä ja 3248 poistoa
  1. 41
    0
      Thumb Screw/Custom.scad
  2. 3
    3
      Thumb Screw/Thumb Screw.scad
  3. 4286
    0
      Thumb Screw/ts_custom.stl
  4. 1085
    1365
      Thumb Screw/ts_m3.stl
  5. 1600
    1880
      Thumb Screw/ts_m4.stl

+ 41
- 0
Thumb Screw/Custom.scad Näytä tiedosto

@@ -0,0 +1,41 @@
1
+/*
2
+ * Created by:
3
+ * Thomas Buck <xythobuz@xythobuz.de> in April 2016
4
+ *
5
+ * Licensed under the Creative Commons - Attribution license.
6
+ */
7
+
8
+diameter = 10;
9
+slit = 1.1;
10
+slit_height = 2.1;
11
+height = 4.5;
12
+wall = 1.5;
13
+base_size = 20;
14
+base_height = 3;
15
+cut_out_count = 5;
16
+cut_out_factor = 0.35;
17
+$fn = 30;
18
+
19
+// -----------------------------------------------------------
20
+
21
+translate([0, 0, base_height])
22
+union() {
23
+    difference() {
24
+        cylinder(d = diameter + (2 * wall), h = height);
25
+        cylinder(d = diameter, h = height);
26
+    }
27
+
28
+    translate([-(slit / 2), -(diameter / 2), 0])
29
+        cube([slit, diameter, slit_height]);
30
+}
31
+
32
+difference() {
33
+    cylinder(d = base_size, h = base_height);
34
+    
35
+    // cut outs for fingers
36
+    for (i = [0 : cut_out_count]) {
37
+        rotate([0, 0, (360 / cut_out_count) * i])
38
+            translate([(base_size / 2), 0, 0])
39
+            cylinder(d = base_size * cut_out_factor, h = base_height);
40
+    }
41
+}

+ 3
- 3
Thumb Screw/Thumb Screw.scad Näytä tiedosto

@@ -6,12 +6,12 @@
6 6
  */
7 7
 
8 8
 // M2: 4; M3: 5.5; M4: 7; M5: 8
9
-nut_size = 5.5; // [1:50]
9
+nut_size = 7; // [1:50]
10 10
 nut_height = 2.5; // [0:50]
11
-base_size = 20; // [1:50]
11
+base_size = 30; // [1:50]
12 12
 base_height = 3; // [1:50]
13 13
 wall_size = 2.5; // [1:50]
14
-cut_out_factor = 0.3; // [0.0:1.0]
14
+cut_out_factor = 0.35; // [0.0:1.0]
15 15
 cut_out_count = 5; // [0:10]
16 16
 nut_size_buffer = 0.1; // [0.0:1.0]
17 17
 

+ 4286
- 0
Thumb Screw/ts_custom.stl
File diff suppressed because it is too large
Näytä tiedosto


+ 1085
- 1365
Thumb Screw/ts_m3.stl
File diff suppressed because it is too large
Näytä tiedosto


+ 1600
- 1880
Thumb Screw/ts_m4.stl
File diff suppressed because it is too large
Näytä tiedosto


Loading…
Peruuta
Tallenna