chiark / gitweb /
pattress-boxes-3-cover: PegProfile, wip
[reprap-play.git] / xeno-drivebay-bracket.scad
index 8a51169b538311149dcabe75911b0ff4ee5a11ae..2073e05264da0591a43615f22469a651d20a739e 100644 (file)
@@ -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();