From e79de0684c03b570fdcfe698848aae786a8d2008 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 19 Oct 2023 16:03:43 +0100 Subject: [PATCH] digispark-with-cable: strap width Signed-off-by: Ian Jackson --- digispark-with-cable.scad | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/digispark-with-cable.scad b/digispark-with-cable.scad index 477cb86..23b6c2e 100644 --- a/digispark-with-cable.scad +++ b/digispark-with-cable.scad @@ -38,8 +38,8 @@ small_walls = [ chip_cutout = [[ -sw_to_edge + 4.20, -3.75 ], [ -sw_to_edge + 11.95, -11.90 ]]; -strain_w = 2.5 + 0.5; -strain_t = 1.0 + 0.5; +strain_w = 3.5 + 0.5; +strain_t = 1.5 + 0.5; strain_pitch_across = 5; strain_pitch_along = 10; strain_groove_d = 2; @@ -120,7 +120,6 @@ module NormalStrapCutouts(y_c, z, rot){ module BottomStrapCutouts(y_c){ NormalStrapCutouts(y_c, bottom_base_z, -45); } -// XXXX check strap width module CoverStrapCutouts(){ BothSides(){ translate([ -total_side_wall_x, -cover_strap_c_d_y, cover_top_z ]) -- 2.30.2