]> Harvie.CZ GIT Repositories and Mirrors - mirrors/Designs.git/commitdiff
lepsi rozvod tlaku
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Mon, 17 Feb 2025 01:08:24 +0000 (02:08 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Mon, 17 Feb 2025 01:13:03 +0000 (02:13 +0100)
openscad/planter_modular_c.scad

index 105a20238135870048d73ba7a3ecb96126875168..9c3798e6de374d33f9a614be52c571cb9e646a91 100644 (file)
@@ -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);
This page took 0.130287 seconds and 4 git commands to generate.