From: Tomas Mudrunka Date: Mon, 10 Feb 2025 23:56:26 +0000 (+0100) Subject: fix tloustky balkonu X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;h=ca6d2dc7a498bfff0b2764206c77918a08477561;p=mirrors%2FDesigns.git fix tloustky balkonu --- diff --git a/openscad/planter_modular_b.scad b/openscad/planter_modular_b.scad index f447075..cd3b7d5 100644 --- a/openscad/planter_modular_b.scad +++ b/openscad/planter_modular_b.scad @@ -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 }