chiark / gitweb /
commitid-cube-test: X, wip adjust?
[reprap-play.git] / lock-inframe-bracket.scad
index b4b7f65c272e773b8a88f6c907f2626de47aee7b..bf3c9130374c9d8305a8d55ef14158aa763e0f0d 100644 (file)
@@ -1,5 +1,8 @@
 // -*- C -*-
 
+// use shell thickness 1.50
+// use fill density 40%
+
 include <funcs.scad>
 
 tube_dia = 27.5 + 1.625;
@@ -14,7 +17,7 @@ total_h = 45;
 
 back_gap = 12.5;
 main_th = 2.75;
-tube_th = 2.25;
+tube_th = 2.125;
 
 midweb_d = 3;
 clip_th = 3.5;
@@ -28,7 +31,7 @@ backflange_th = 4.5;
 
 $fn=50;
 
-join_cr = 7;
+join_cr = 9;
 
 tube_rear_extra_th = 1;
 
@@ -59,6 +62,7 @@ module oval(sz){ // sz[0] > sz[1]
 }
 
 module JoinCircs(jr){
+  // http://mathworld.wolfram.com/Circle-CircleIntersection.html
   R = tube_or + join_cr;
   r = lock_or[1] + join_cr;
   d = dist2d( [0,0], lock_0 );
@@ -217,4 +221,4 @@ module TestClipBoltHole(){ //// toplevel
 //TestTopEdge();
 //TestClipBoltHole();
 
-//Bracket();
+Bracket();