Oprava indexu
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Sun, 9 Feb 2025 23:27:56 +0000 (00:27 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Sun, 9 Feb 2025 23:27:56 +0000 (00:27 +0100)
openscad/planter_modular_b.scad

index c7a0cf433c1107b6952ac2922fa7223102603e7a..fddada16581bf404c1b946105978f45c00e836e4 100644 (file)
@@ -1,11 +1,19 @@
 $fn=6;
 
+/* TODO
+ - nizsi (70-75mm?)
+ - zaoblit hrany
+ - sroubovatelna forma
+ - musi ji vyndat z formy
+ - diry na zavlahu?
+*/
+
 module planter(hole=0) {
 difference() {
        intersection() {
                union() {
                cylinder(d2=20, d1=20, h=16);
-                       translate([0,0,-1]) cylinder(d2=16, d1=15.5, h=1); //index
+                       translate([0,0,-1]) cylinder(d2=17, d1=16.5, h=1); //index
                }
        union() {
                difference() {
@@ -14,7 +22,7 @@ difference() {
                        translate([0,17.3/2*hole,2]) rotate([0,0,45]) cylinder(d2=12, d1=9.2, h=16, $fn=4); //pothole2
                }
                translate([-3,0,-2]) scale([1,0.9,1.3]) rotate([0,90,0]) rotate([0,0,30]) cylinder(d1=5, d2=38, h=16); //balcony
-               translate([0,0,-1]) cylinder(d2=16, d1=16, h=1); //index
+               translate([0,0,-1]) cylinder(d2=17, d1=16.5, h=1); //index
        }
        }
        translate([-3,0,-2]) scale([1,0.9,1.3]) rotate([0,90,0]) rotate([0,0,30]) cylinder(d1=1, d2=34, h=16); //balcony
@@ -27,6 +35,8 @@ module double() {
        translate([0,17.3,0]) planter(-1);
 }
 
+!planter();
+
 //translate([0,0,16.1]) planter();
 //translate([0,-20,0]) planter();
 //double();
This page took 0.128829 seconds and 4 git commands to generate.