chiark / gitweb /
bike-lipo-box: rotate again so glands are at front for viewing while printing
[reprap-play.git] / knifeblock.scad
index fb90adc7f71145dc232669be3eca2b3fc0097e55..c1f1869f4b1a07e9a777f9077b0274ccc7478a63 100644 (file)
@@ -329,8 +329,8 @@ module BlockFrontTest(){ ////toplevel
   intersection(){
     Block();
     translate([minx-10, -front-10, -height-10]) {
-      cube([40,14,35]);
-      cube([40,25,13]);
+      cube([75,14,35]);
+      cube([75,25,13]);
     }
   }
 }