chiark / gitweb /
commitid-cube-test: TT test
[reprap-play.git] / topeak-seatstay-lock.scad
index d412aecadcf59be0c4f75c83d07a19c70bc575f3..072a55769e298641432b12df9db8d3a6781d0fc5 100644 (file)
@@ -23,7 +23,7 @@ body_depth_each = 5;
 clatter_gap = 0.5;
 
 roof_extent = 7;
-roof_thick = 2.5;
+roof_thick = 2;
 
 // fudgeish
 
@@ -123,7 +123,7 @@ module Piece(pc,interval){
 }
 
 module PiecePrint(pc){
-  rotate([0,180,0])
+  rotate([0,0,90]) rotate([0,180,0])
     Piece(pc,4);
 }