chiark / gitweb /
knifeblock: Bigger test block
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 6 Jan 2015 01:11:00 +0000 (01:11 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 6 Jan 2015 01:11:00 +0000 (01:11 +0000)
knifeblock.scad

index fb90adc7f71145dc232669be3eca2b3fc0097e55..c1f1869f4b1a07e9a777f9077b0274ccc7478a63 100644 (file)
@@ -329,8 +329,8 @@ module BlockFrontTest(){ ////toplevel
   intersection(){
     Block();
     translate([minx-10, -front-10, -height-10]) {
   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]);
     }
   }
 }
     }
   }
 }