X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=cable-splice-clamp.scad;h=f71c848756b259723e6fcb078acf912114ec9a5f;hp=271ef0db31f3e212f0d4cf9b2ccdca7d1e332177;hb=a930b125371c77c4276be3226de945cb2665d9e8;hpb=eebc61c1eeddc11a3d47b56bc331e587b7c91dfd diff --git a/cable-splice-clamp.scad b/cable-splice-clamp.scad index 271ef0d..f71c848 100644 --- a/cable-splice-clamp.scad +++ b/cable-splice-clamp.scad @@ -2,7 +2,7 @@ include -rnom = 7.5 / 2; +rnom = 3.5 / 2; // alpha is slope angle, which is half of inner concave angle that // wire sits in @@ -16,6 +16,12 @@ mu = 1/4; wall_r = 2.5 / 6.5; base_r = 0.75; +total_len = 60; + +strap_width = 3.0 + 0.5; + +strap_count = 4; + // for cross-section calculations: // // origin O is at intersection of straight line segments forming walls @@ -90,15 +96,10 @@ module CrossSectionDemo(){ ////toplevel } } -strap_width = 4 + 0.5; -total_len = 50; - -strap_count = 2; - strap_wall_h = 1.5; strap_wall_l = 2.0; -writing_dx = total_len / 2; +writing_dx = total_len / 3; writing_dy = basew*2; module HalfClamp(){ ////toplevel