From: daniel watson Date: Tue, 28 Feb 2017 03:00:12 +0000 (-0800) Subject: increase hole size for weights and bearing to ease sliding in X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2F3d-printables;a=commitdiff_plain;h=5fdbde1b81fd31a728da953aa270a71e31c0b28c increase hole size for weights and bearing to ease sliding in --- diff --git a/spin-data.scad b/spin-data.scad index 46c2f80..eb2f1a9 100644 --- a/spin-data.scad +++ b/spin-data.scad @@ -156,7 +156,7 @@ module spin_slices(weight_radius, /* add one to have some thickness all around weight holes for first layer */ - new_start = old_end / 8 + 1; + new_start = old_end / 16 + 1; new_end = old_end; old_range = old_end - old_start; @@ -187,8 +187,8 @@ module spin_slices(weight_radius, cylinder(h = actual_height + 0.1, r = bearing_radius - bearing_lip_overhang, center = true); - cylinder(h = bearing_thickness + 0.1, - r = bearing_radius + 0.1, + cylinder(h = bearing_thickness + 0.05, + r = bearing_radius + 0.15, center = true); for(arm = [0 : arms - 1]) { rotate(arm * (360 / arms)) { @@ -196,8 +196,8 @@ module spin_slices(weight_radius, cylinder(h = actual_height + 0.1, r = weight_radius - weight_lip_overhang, center = true); - cylinder(h = weight_thickness + 0.1, - r = weight_radius + 0.1, + cylinder(h = weight_thickness + 0.05, + r = weight_radius + 0.15, center = true); } } } } } /*