chiark / gitweb /
digispark-with-cable: strap width
[reprap-play.git] / digispark-with-cable.scad
index 3d47ab03605d9cd16245570041d0fe754591b944..23b6c2eb7dd769b9ea880982daf6a2cca691f7bf 100644 (file)
@@ -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.0 + 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 ])