chiark / gitweb /
topeak-seatstay-lock: wip fix rim tube: introduce cut_rotation
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 31 May 2014 22:25:19 +0000 (23:25 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 31 May 2014 22:25:19 +0000 (23:25 +0100)
topeak-seatstay-lock.scad

index 0ae6f7eb3b8b03d2242c5f2a1063a362eb98ca1a..8d5323820583e37799b50534d79d7edfa033b571 100644 (file)
@@ -24,6 +24,7 @@ clatter_gap = 0.5;
 
 // fudgeish
 
 
 // fudgeish
 
+cut_rotation = 2;
 holes_rotation = 9;
 pin_offset = 7;
 
 holes_rotation = 9;
 pin_offset = 7;
 
@@ -97,7 +98,7 @@ module All(){
 module Piece(pc,interval){
   translate([0,-pc*interval,0])
     intersection(){
 module Piece(pc,interval){
   translate([0,-pc*interval,0])
     intersection(){
-    mirror([0,pc,0])
+      rotate([0,0,pc*180-cut_rotation])
       translate([-200,clatter_gap/2,-200]) cube([400,400,400]);
     All();
   }
       translate([-200,clatter_gap/2,-200]) cube([400,400,400]);
     All();
   }