X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=lock-inframe-bracket.scad;h=bf3c9130374c9d8305a8d55ef14158aa763e0f0d;hp=c7cc21e06f54d00e37731cf878ee11e1ae5b4da8;hb=e66ad2b2eceb70e40133e03938ed60005a2e7b00;hpb=76a12a0e7332241b97c8700628585190294573c3 diff --git a/lock-inframe-bracket.scad b/lock-inframe-bracket.scad index c7cc21e..bf3c913 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; @@ -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; @@ -218,4 +221,4 @@ module TestClipBoltHole(){ //// toplevel //TestTopEdge(); //TestClipBoltHole(); -//Bracket(); +Bracket();