From 8d1c96b3ee23be0b704a7514a7f40fe47541609c Mon Sep 17 00:00:00 2001 From: zeus Date: Fri, 14 Mar 2025 13:48:05 +0100 Subject: [PATCH] minor changes --- .../parametric-helix_haystack-mod/helix_haystack.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openscad/foreign/parametric-helix_haystack-mod/helix_haystack.scad b/openscad/foreign/parametric-helix_haystack-mod/helix_haystack.scad index b5e6b80..e400850 100644 --- a/openscad/foreign/parametric-helix_haystack-mod/helix_haystack.scad +++ b/openscad/foreign/parametric-helix_haystack-mod/helix_haystack.scad @@ -70,7 +70,7 @@ union(){ } } } - rotate([0,0,helix_twists+90+3*post_radius]){ + rotate([0,0,helix_twists+90+3*post_radius-0.5]){ translate([post_distance_apart,0,helix_height])scale([1,1,0.25])sphere(r = post_radius, $fn = fn); translate([-post_distance_apart,0,helix_height])scale([1,1,0.25])sphere(r = post_radius, $fn = fn); } @@ -80,8 +80,8 @@ translate([0,0,-base_platform_height/2])difference(){ translate([0,0,base_platform_height/3])cylinder(r = base_platform_radius-(base_platform_height/2), h = base_platform_height/3, center = true, $fn = base_platform_shape); translate([0,0,-base_platform_height/4])cylinder(r = base_platform_radius, h = base_platform_height/2, center = true, $fn = base_platform_shape); } - translate([post_distance_apart,0,(base_platform_height/2)-(base_platform_height/4)])#cylinder(r1 = post_hole_radius*2, r2 = post_hole_radius, h = base_platform_height/2+0.2, center = true, $fn = fn); - translate([-post_distance_apart,0,(base_platform_height/2)-(base_platform_height/4)])#cylinder(r1 = post_hole_radius*2, r2 = post_hole_radius, h = base_platform_height/2+0.2, center = true, $fn = fn); + translate([post_distance_apart,0,(base_platform_height/2)-(base_platform_height/4)])cylinder(r1 = post_hole_radius*2, r2 = post_hole_radius, h = base_platform_height/2+0.2, center = true, $fn = fn); + translate([-post_distance_apart,0,(base_platform_height/2)-(base_platform_height/4)])cylinder(r1 = post_hole_radius*2, r2 = post_hole_radius, h = base_platform_height/2+0.2, center = true, $fn = fn); translate([0,0,-base_platform_height/2+0.01])cylinder(r = base_platform_inner_radius, h = base_platform_height, center = true, $fn = base_platform_shape); translate([0,0,-base_platform_height/2+1-0.01])cylinder(r = base_platform_inner_radius+2, h = 2, center = true, $fn = base_platform_shape); // todo: add cutout through base for filament-leds, because they don't reach to the bottom!