chiark / gitweb /
brompton-computer-guard: fixes before printing
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 11 May 2014 23:02:45 +0000 (00:02 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 11 May 2014 23:02:45 +0000 (00:02 +0100)
brompton-computer-guard.scad

index 2888379507976620165338700d91ab163e1c4e53..822e3990b32272b49ec23b0ed1094fd8897fe18f 100644 (file)
@@ -3,13 +3,13 @@
 cover_ysz = 45;
 cover_len = 70;
 
-tube_dia = 18;
+tube_dia = 21;
 
 attach_cx = -7;
 attach_cdy = 0;
 attach_w = 25;
 
-attach_inrad = 25;
+attach_inrad = 29;
 attach_hole_dist = 5;
 attach_hole_dia = 4 + 0.5;
 attach_ang = 45;
@@ -164,7 +164,7 @@ module Demo(){
 }
 
 module Print(){
-  rotate([180,00])
+  rotate([-90,00])
     Body();
 }