From 6c65bab2d987bf4bc91105db7b3c1eda81419c9e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 17 Nov 2012 16:12:02 +0000 Subject: [PATCH] xeno-drivebay-bracket: ChannelBracket: initial --- xeno-drivebay-bracket.scad | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- 2.30.2