Clearance fix
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Fri, 25 Oct 2024 09:58:22 +0000 (11:58 +0200)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Fri, 25 Oct 2024 09:58:22 +0000 (11:58 +0200)
openscad/planter4.scad

index 1fb3ddf2a5dda8ccfc7245a00dd11fea67f6a511..e3e750e1da9e02591d222c272a8d721898ba852b 100644 (file)
@@ -1,10 +1,10 @@
 module planter_cavity(void=0, da=70, db=83) {
-       translate([0,0,15]) difference() {
+       translate([0,0,14.1]) difference() {
                intersection() {
                        cylinder(d1=da, d2=db, h=83, $fn=12);
                        cylinder(d1=da-5, d2=db*2, h=83, $fn=12);
                }
-               if(void) translate([0,0,-15+1.5]) scale([0.95,0.95,1]) planter_cavity();
+               if(void) translate([0,0,-14.1+2.5]) scale([0.97,0.97,1]) planter_cavity();
        }
 }
 
@@ -43,7 +43,7 @@ difference() {
                translate([  0,0,97/2]) cube([120,4,96.99], center=true);
        }
        rotate([0,0,90]) planter();
-       rotate([0,0,90]) planter_cavity();
+       rotate([0,0,90]) scale([1.01,1.01,1]) planter_cavity();
        if(half == 1) translate([-100,0,0]) cube(200);
        if(half == 2) translate([-100,-200,0]) cube(200);
 }
@@ -55,4 +55,4 @@ planter_cavity(3);
 rotate([180,0,0]) {
        translate([0,-12,0]) planter_mold(half=1);
        translate([0,12,0]) planter_mold(half=2);
-}
\ No newline at end of file
+}
This page took 0.140691 seconds and 4 git commands to generate.