From: Ian Jackson Date: Sat, 17 Nov 2012 16:12:02 +0000 (+0000) Subject: xeno-drivebay-bracket: ChannelBracket: initial X-Git-Tag: filamentspool-v2-release~675 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6c65bab2d987bf4bc91105db7b3c1eda81419c9e;p=reprap-play.git xeno-drivebay-bracket: ChannelBracket: initial --- diff --git a/xeno-drivebay-bracket.scad b/xeno-drivebay-bracket.scad index 8a51169..6635051 100644 --- a/xeno-drivebay-bracket.scad +++ b/xeno-drivebay-bracket.scad @@ -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