From eebc61c1eeddc11a3d47b56bc331e587b7c91dfd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Feb 2016 19:21:23 +0000 Subject: [PATCH] cable-splice-clamp: make shorter --- 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 61781b5..271ef0d 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 = 70; +total_len = 50; strap_count = 2; strap_wall_h = 1.5; strap_wall_l = 2.0; -writing_dx = total_len / 3; +writing_dx = total_len / 2; writing_dy = basew*2; module HalfClamp(){ ////toplevel -- 2.30.2