X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=lock-inframe-bracket.scad;h=f93fb20c2022555e54b308f53ed446f96367bbff;hb=24954f43da98c8c4ee5f4c302504fb8dea181c33;hp=4001eaaebe77df1df68dc599c8973da16a13cd0f;hpb=5eca8642d5af4d2d3be41785416697786209031b;p=reprap-play.git diff --git a/lock-inframe-bracket.scad b/lock-inframe-bracket.scad index 4001eaa..f93fb20 100644 --- a/lock-inframe-bracket.scad +++ b/lock-inframe-bracket.scad @@ -1,5 +1,8 @@ // -*- C -*- +// use shell thickness 1.50 +// use fill density 40% + include tube_dia = 27.5 + 1.625; @@ -12,9 +15,9 @@ lockshaft_dia = 14.35; cliprecess_h = 16; total_h = 45; -back_gap = 12.5; -main_th = 2.75; -tube_th = 2.25; +back_gap = 14.5; +main_th = 3.25; +tube_th = 2.50; 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,7 +62,7 @@ module oval(sz){ // sz[0] > sz[1] } module JoinCircs(jr){ - # http://mathworld.wolfram.com/Circle-CircleIntersection.html + // http://mathworld.wolfram.com/Circle-CircleIntersection.html R = tube_or + join_cr; r = lock_or[1] + join_cr; d = dist2d( [0,0], lock_0 ); @@ -218,4 +221,4 @@ module TestClipBoltHole(){ //// toplevel //TestTopEdge(); //TestClipBoltHole(); -//Bracket(); +Bracket();