From: Ian Jackson Date: Thu, 19 Oct 2023 15:02:45 +0000 (+0100) Subject: digispark-with-cable: strap width X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=15ac3be73495ff94efa1d4465790d109f5e1a0d7;hp=836ecc1c3f98690ba975240af773b9fd23f96c36;p=reprap-play.git digispark-with-cable: strap width Signed-off-by: Ian Jackson --- diff --git a/digispark-with-cable.scad b/digispark-with-cable.scad index 3d47ab0..477cb86 100644 --- a/digispark-with-cable.scad +++ b/digispark-with-cable.scad @@ -38,7 +38,7 @@ small_walls = [ chip_cutout = [[ -sw_to_edge + 4.20, -3.75 ], [ -sw_to_edge + 11.95, -11.90 ]]; -strain_w = 2.0 + 0.5; +strain_w = 2.5 + 0.5; strain_t = 1.0 + 0.5; strain_pitch_across = 5; strain_pitch_along = 10;