uspornejsi model
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Thu, 13 Feb 2025 02:33:15 +0000 (03:33 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Thu, 13 Feb 2025 02:33:15 +0000 (03:33 +0100)
openscad/planter_modular_c.scad

index da64bdf21f5c9b2ac5527dfc7926fe5fded33fc4..cd41cf896bf132636eb035dfb4b5e417c3bf67cb 100644 (file)
@@ -33,6 +33,9 @@ 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);
+                       //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.200478 seconds and 4 git commands to generate.