X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=xeno-drivebay-bracket.scad;h=2073e05264da0591a43615f22469a651d20a739e;hp=8a51169b538311149dcabe75911b0ff4ee5a11ae;hb=2c4ccf3e256ffc22901dd01e0a2d396ebc089849;hpb=91f50bf84bf669ee93991d1be38ea988e997372d diff --git a/xeno-drivebay-bracket.scad b/xeno-drivebay-bracket.scad index 8a51169..2073e05 100644 --- a/xeno-drivebay-bracket.scad +++ b/xeno-drivebay-bracket.scad @@ -100,7 +100,7 @@ module BracketL(){ ////toplevel mirror([1,0,0]) BracketR(); } -protinnerh = 37.5; +protinnerh = 47; protinnerw = 53; protd = 45; protbaset = 4; @@ -144,6 +144,7 @@ chabbaset = baset; chabbasew = 20; chabslot = 3; chablidholed = 3; +chabwebh = 5; module ChannelBracket(){ translate([0, -chabd, 0]) @@ -163,6 +164,20 @@ module ChannelBracket(){ slothole(baseholesz, chabslot, baset, slop=baseholeslop); } } + rotate([90,0,0]) linear_extrude(height=chabwebt) { + polygon([[-chablidw, chabinnerh], + [-chablidw, chablidt+chabinnerh], + [-chabwebh, chablidt+chabinnerh+chabwebh], + [+chabwebh, chablidt+chabinnerh+chabwebh], + [+chabbasew, chabbaset], + [+chabbasew, 0], + [0, 0], + [0, chabinnerh]]); + } +} + +module ChannelBracketT(){ + rotate([-90,0,0]) ChannelBracket(); } module Kit(){ ////toplevel @@ -177,3 +192,4 @@ module Kit(){ ////toplevel //Kit(); //BracketR(); //RearCableProtectorT(); +//ChannelBracketT();