odtok
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Mon, 10 Feb 2025 22:40:55 +0000 (23:40 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Mon, 10 Feb 2025 22:40:55 +0000 (23:40 +0100)
openscad/planter_modular_b.scad

index 2584519d5efa5bde7bae9f3f710e9954b2fdcade..f447075cc8ff4ff7a19c340ba0fde49a10a592ec 100644 (file)
@@ -15,7 +15,7 @@ module cavity(hole=0) {
                }
                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([-4,0,1.5]) sphere(1); //drain hole
 }
 
 module planter(hole=0, hollow=1) {
@@ -36,6 +36,7 @@ module double(ho=1) {
        translate([0,17.3,0])   if(ho==-1) cavity(-1); else planter(-1, hollow=ho);
 }
 
+//!cavity();
 //!planter();
 //!double()
 
This page took 0.185526 seconds and 4 git commands to generate.