From 1f5cdf2d0b3cf9c6cd0cc9cbdece193839fa4e5c Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Thu, 13 Feb 2025 03:33:15 +0100 Subject: [PATCH] uspornejsi model --- openscad/planter_modular_c.scad | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openscad/planter_modular_c.scad b/openscad/planter_modular_c.scad index da64bdf..cd41cf8 100644 --- a/openscad/planter_modular_c.scad +++ b/openscad/planter_modular_c.scad @@ -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); } } } -- 2.30.2