chiark / gitweb /
Merge branch 'master' of chiark:/u/ianmdlvl/reprap/play
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 24 May 2014 17:20:33 +0000 (18:20 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 24 May 2014 17:20:33 +0000 (18:20 +0100)
brompton-computer-guard.scad

index 24d041a976580fd4fb29f71d71fc59ad34df392c..822e3990b32272b49ec23b0ed1094fd8897fe18f 100644 (file)
@@ -3,15 +3,15 @@
 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_hole_dist = 5; ///
-attach_hole_dia = 4 + 0.5; ///
+attach_inrad = 29;
+attach_hole_dist = 5;
+attach_hole_dia = 4 + 0.5;
 attach_ang = 45;
 
 attach_dz = 2;
@@ -163,5 +163,11 @@ module Demo(){
   %BodyPositive();
 }
 
+module Print(){
+  rotate([-90,00])
+    Body();
+}
+
 //Demo();
-Body();
+//Body();
+Print();