From 920f8af5ff23a419fc36e0c7ec659eea38e9c6cb Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Wed, 12 Feb 2025 01:50:22 +0100 Subject: [PATCH] Odstraneno netisknutelne zaobleni --- openscad/planter_modular_c.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openscad/planter_modular_c.scad b/openscad/planter_modular_c.scad index 09d7b6d..cac420c 100644 --- a/openscad/planter_modular_c.scad +++ b/openscad/planter_modular_c.scad @@ -46,7 +46,7 @@ module planter2(hollow=1, n=1, pitch=17.3, d1=20) { difference() { union() { - translate([0,0,7.5]) rounded_prism(top, height=15, joint_top=0.5, joint_bot=0.5, joint_sides=0.5, splinesteps=$fn, anchor="origin"); //main hexagon + translate([0,0,7.5]) rounded_prism(top, height=15, joint_top=0.1, joint_bot=0.5, joint_sides=0.5, splinesteps=$fn, anchor="origin"); //main hexagon for(i = [0 : 1 : n]) translate([0,i*pitch,-1]) rounded_prism(hexagon(d=16.5), hexagon(d=17), height=1, joint_top=-0.5, joint_bot=0, joint_sides=1, splinesteps=$fn, anchor="bot"); //index } if(hollow != 0) cavity2(n, pitch); -- 2.30.2