From 70024ed624b285f7ad02693f6744f00e77960bb4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 8 Feb 2021 17:38:35 +0000 Subject: [PATCH] powerbank-bike-clamp: mid strap Signed-off-by: Ian Jackson --- powerbank-bike-clamp.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/powerbank-bike-clamp.scad b/powerbank-bike-clamp.scad index 1b3b15c..0759bd2 100644 --- a/powerbank-bike-clamp.scad +++ b/powerbank-bike-clamp.scad @@ -66,8 +66,9 @@ brace_len = 50; // calculated -straps_y = [ -bank_y_sz * 0.25, - +bank_y_sz * 0.25 ]; +straps_y = [ -bank_y_sz * 0.25, // these entries are special and used + +bank_y_sz * 0.25, // for the brace struts + 0 ]; screw_head_behind = main_th; endwall_th = main_th; -- 2.30.2