From: Tomas Mudrunka Date: Mon, 17 Feb 2025 01:08:24 +0000 (+0100) Subject: lepsi rozvod tlaku X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=b72b4a756e7923a467b0c54be02e9e3509e89917;p=mirrors%2FDesigns.git lepsi rozvod tlaku --- diff --git a/openscad/planter_modular_c.scad b/openscad/planter_modular_c.scad index 105a202..9c3798e 100644 --- a/openscad/planter_modular_c.scad +++ b/openscad/planter_modular_c.scad @@ -35,8 +35,9 @@ module mold_screws(n, d=3.25/5, h=0.4, pitch=17.3, l=1.2) { //Stredy horiz pin translate([0,(i+0.5)*pitch,-0.5]) rotate([0,90,0]) cylinder(d=d, h=100, center=true); //Demolding compressor port - translate([-1.5,(i+0.5)*pitch,1]) cylinder(d1=1/5, d2=7/5, h=80/5, $fn=32); - translate([-1.5,(i+0.5)*pitch,1.2]) rotate([90,0,0]) cylinder(d=2/5, h=4, center=true); + translate([-1.5,(i+0.5)*pitch,1]) cylinder(d1=1/5, d2=8.5/5, h=75/5, $fn=32); + translate([-1.5,(i+0.5)*pitch,1.2]) rotate([90,30,0]) cylinder(d=2/5, h=4, center=true, $fn=3); + translate([-1.5,(i+0.5)*pitch,1.2]) rotate([90,30,90]) cylinder(d=2/5, h=1, center=true, $fn=3); //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);