fix tloustky balkonu
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Mon, 10 Feb 2025 23:56:26 +0000 (00:56 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Mon, 10 Feb 2025 23:56:26 +0000 (00:56 +0100)
openscad/planter_modular_b.scad

index f447075cc8ff4ff7a19c340ba0fde49a10a592ec..cd3b7d55b4456702beb5b3b0441e0b587012344a 100644 (file)
@@ -13,7 +13,7 @@ module cavity(hole=0) {
                        translate([0,0,1]) cylinder(d2=17, d1=13, h=14); //pothole
                        translate([0,6*hole,1]) rotate([0,0,45]) cylinder(d2=12, d1=9.2, h=14, $fn=4); //pothole-join
                }
-               translate([-3,0,-2]) scale([1,0.9,1.3]) rotate([0,90,0]) rotate([0,0,30]) cylinder(d1=5, d2=38, h=15); //balcony clearance
+               translate([-3,0,-2]) scale([1,0.9,1.22]) rotate([0,90,0]) rotate([0,0,30]) cylinder(d1=5, d2=38, h=15); //balcony clearance
        }
        translate([-4,0,1.5]) sphere(1); //drain hole
 }
This page took 0.114806 seconds and 4 git commands to generate.