Increase Y corner distance to prevent ugly prints
authorVáclav 'Ax' Hůla <axtheb@gmail.com>
Thu, 18 Apr 2013 13:11:54 +0000 (15:11 +0200)
committerVáclav 'Ax' Hůla <axtheb@gmail.com>
Thu, 18 Apr 2013 13:11:54 +0000 (15:11 +0200)
box_frame/y-axis-corner.scad

index 328539b..ac295fe 100644 (file)
@@ -53,11 +53,11 @@ module leftfront(thru = false){
 }
 
 leftfront();
-translate([25,0,0]) mirror([1,0,0]) leftfront();
+translate([40,0,0]) mirror([1,0,0]) leftfront();
 //translate([12,2,28]) rotate([0,0,0]) cube([10,4,1], center=true);
 
-translate([0,25,0]) {
+translate([0,40,0]) {
     leftfront();
-    translate([25,0,0]) mirror([1,0,0]) leftfront();
+    translate([40,0,0]) mirror([1,0,0]) leftfront();
     //translate([12,2,28]) rotate([0,0,0]) cube([10,4,1], center=true);
 }