From: Tomas Mudrunka Date: Sat, 15 Feb 2025 02:03:40 +0000 (+0100) Subject: Vylepsena forma X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;h=2770973008da17d1dcad56c783ab350fc659a2b5;p=mirrors%2FDesigns.git Vylepsena forma --- diff --git a/openscad/planter_modular_c.scad b/openscad/planter_modular_c.scad index 28a71a3..2434cec 100644 --- a/openscad/planter_modular_c.scad +++ b/openscad/planter_modular_c.scad @@ -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); } } }