From 37640ffd0609d99385099756338476743544c9ed Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Feb 2016 19:55:01 +0000 Subject: [PATCH] Revert "cable-splice-clamp: make shorter" This reverts commit eebc61c1eeddc11a3d47b56bc331e587b7c91dfd. The shorter one doesn't protect the folds in the 2-layer heatshrink so well and seems to maybe allow some movement of the actual joint. Go back to the version from cc43eaaf811aaa1c88b62b4a7ac0568425b82a1b ("cc 1249") which was good. --- cable-splice-clamp.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cable-splice-clamp.scad b/cable-splice-clamp.scad index 271ef0d..61781b5 100644 --- a/cable-splice-clamp.scad +++ b/cable-splice-clamp.scad @@ -91,14 +91,14 @@ module CrossSectionDemo(){ ////toplevel } strap_width = 4 + 0.5; -total_len = 50; +total_len = 70; 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 -- 2.30.2