minor changes
This commit is contained in:
		| @@ -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); | ||||||
|     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/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([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+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); |     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! |     // todo: add cutout through base for filament-leds, because they don't reach to the bottom! | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user