chiark / gitweb /
lock-inframe-bracket: from v1: thicker clip
[reprap-play.git] / lock-inframe-bracket.scad
index afe3beb3d1422ceb34e9b8f7b6b72e4f2d76b591..815ad1eff8872a64c4f329e2198a7b002884a4f4 100644 (file)
@@ -5,15 +5,15 @@ lock_w = 42.5 + 0.5;
 lock_d = 28.0 + 0.5;
 main_h = 45.0;
 backflange_d = 12;
+lockshaft_dia = 15.5;
 
-lockshaft_r = [5, 5];
 cliprecess_h = 16;
 total_h = 45;
 
 back_gap = 7;
 main_th = 2.5;
 midweb_d = 3;
-clip_th = 2.5;
+clip_th = 3.5;
 clip_gap = 2.5;
 clip_d = 22.0;
 
@@ -26,6 +26,7 @@ $fn=50;
 
 // calculated
 
+lockshaft_r = [1, 1] * lockshaft_dia / 2;
 front_th = main_th;
 tube_th = main_th;