From 89d47d0cf86a1aabadbe853d93a1fba59f7c4194 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 26 Jul 2016 21:55:28 +0100 Subject: [PATCH] cable-splice-clamp: adjustments for audio cable join upstairs --- cable-splice-clamp.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cable-splice-clamp.scad b/cable-splice-clamp.scad index 50ebc98..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,11 +16,11 @@ mu = 1/4; wall_r = 2.5 / 6.5; base_r = 0.75; -total_len = 70; +total_len = 60; -strap_width = 4 + 0.5; +strap_width = 3.0 + 0.5; -strap_count = 2; +strap_count = 4; // for cross-section calculations: // -- 2.30.2