chiark / gitweb /
topeak-seatstay-lock: before try minkowski
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 31 May 2014 20:29:37 +0000 (21:29 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 31 May 2014 20:29:37 +0000 (21:29 +0100)
topeak-seatstay-lock.scad

index 9bb5238f3e3f2f738dedd429b5f8dbc56cddbe32..f2b974401fc1f8ecc695d5a181d28682d15ec67a 100644 (file)
@@ -16,11 +16,12 @@ pin_base = 25;
 
 lock_manouvre_thick = 3.5 + 0.5;
 lock_manouvre_len = 18;
 
 lock_manouvre_thick = 3.5 + 0.5;
 lock_manouvre_len = 18;
+lock_hang_width = 17.5;
 
 // fudgeish
 
 holes_rotation = 9;
 
 // fudgeish
 
 holes_rotation = 9;
-pin_offset = 2;
+pin_offset = 6;
 
 // computed
 
 
 // computed
 
@@ -70,6 +71,9 @@ module Pin(){
     }
     translate([-lock_manouvre_thick/2, -pin_workdepth-100, -lock_manouvre_len])
       cube([lock_manouvre_thick, 100, lock_manouvre_len*2]);
     }
     translate([-lock_manouvre_thick/2, -pin_workdepth-100, -lock_manouvre_len])
       cube([lock_manouvre_thick, 100, lock_manouvre_len*2]);
+    translate([- lock_manouvre_thick/2, -pin_workdepth-50,
+              -lock_hang_width/2])
+      cube([50, 50, lock_hang_width]);
   }
 }
 
   }
 }
 
@@ -87,3 +91,4 @@ module All(){
 
 Demo();
 //All();
 
 Demo();
 //All();
+//Pin();