From 2a2062081d8cfc2ddee8ccd84d4b96d9faefdc33 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Feb 2021 00:51:53 +0000 Subject: [PATCH] powerbank-bike-clamp: fix width measurement Signed-off-by: Ian Jackson --- powerbank-bike-clamp.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerbank-bike-clamp.scad b/powerbank-bike-clamp.scad index 7de55e0..c4ce406 100644 --- a/powerbank-bike-clamp.scad +++ b/powerbank-bike-clamp.scad @@ -39,7 +39,7 @@ bank_eps_bbox_x = [149, 598]; bank_eps_bbox_y = [274, 1452]; bank_y_sz = 102.25 + 0.50; -bank_x_sz = (24.9 + 0.5); +bank_x_sz = (26.0 + 0.5); bank_recess_y = 5; strap_th = 3; @@ -47,7 +47,7 @@ strap_above = 2.5; retainer_walls = [18, 30]; -bank_profile_scale_bodge = 1.1; +bank_profile_scale_bodge = 1.0; // calculated -- 2.30.2