chiark / gitweb /
brompton-computer-guard: wip, all bits present, but shape is detuned
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 11 May 2014 22:45:28 +0000 (23:45 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 11 May 2014 22:45:28 +0000 (23:45 +0100)
brompton-computer-guard.scad

index f2fe6711470e1de17801635621ccbc22f9fabd60..a46b713a529f2077f961f677988ddb28077e0a5c 100644 (file)
@@ -20,6 +20,8 @@ comp_dx = 22;
 comp_xsz = 45;
 comp_zsz = 28;
 
+comp_dy = 5;
+
 leftend_zsz = 10;
 leftend_dz = comp_zsz * 0.6;
 
@@ -104,6 +106,7 @@ module BodyPositive(){
 module Cutouts(){
   Tube();
   Bolts();
+  Computer();
 }
 
 module Body(){
@@ -116,6 +119,11 @@ module Body(){
   }
 }
 
+module Computer(){
+  translate([-comp_dx - comp_xsz/2, -cover_ysz + comp_dy, -50])
+    cube([comp_xsz, 100, comp_zsz + 50]);
+}
+
 module Tube(){
   translate([attach_cx, -attach_cdy, -tube_dia/2 - 0.1 - attach_dz]) {
     rotate_extrude(convexity=10) {