Vylepsena forma
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Sat, 15 Feb 2025 02:03:40 +0000 (03:03 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Sat, 15 Feb 2025 02:03:40 +0000 (03:03 +0100)
openscad/planter_modular_c.scad

index 28a71a3ade1076bdcf40bc1ffd431594fabbb8bf..2434cec305b9413b4699d8a34f24b57a04deca03 100644 (file)
@@ -33,6 +33,8 @@ module mold_screws(n, d=3.25/5, h=0.4, pitch=17.3, l=1.2) {
                        //Stredy vert
                        translate([ pitch*0.4,(i+0.5)*pitch,0]) cylinder(d=d, h=100, center=true);
                        translate([-pitch*0.4,(i+0.5)*pitch,0]) cylinder(d=d, h=100, center=true);
+                       //Stredy horiz pin
+                       translate([0,(i+0.5)*pitch,-0.5]) rotate([0,90,0]) cylinder(d=d, h=100, center=true);
                        //Uspora materialu
                        translate([ pitch*1.1,(i+0.5)*pitch,0]) cylinder(d=pitch*1.2, h=100, center=true, $fn=8);
                        translate([-pitch*1.1,(i+0.5)*pitch,0]) cylinder(d=pitch*1.2, h=100, center=true, $fn=8);
@@ -101,11 +103,11 @@ module mold_final(units=1) {
                                        }
                                        //}
                                        planter2(hollow=0, n=units);
-                                       translate([-4,0,0]) cube([0.05,100,50], center=true); //split mold
+                                       translate([-3,0,0]) cube([0.05,100,50], center=true); //split mold
                                }
-                               translate([0,0,1]) cavity2(n=units, plate=0.35);
+                               translate([0,0,0.1]) cavity2(n=units, plate=0.35);
                        }
-               mold_screws(n=units);
+                       mold_screws(n=units);
                }
        }
 }
This page took 0.138309 seconds and 4 git commands to generate.