From: Ian Jackson Date: Sun, 11 May 2014 22:45:28 +0000 (+0100) Subject: brompton-computer-guard: wip, all bits present, but shape is detuned X-Git-Tag: filamentspool-v2-release~380 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5544829a573466451383b38f411cac06eabd7788;p=reprap-play.git brompton-computer-guard: wip, all bits present, but shape is detuned --- diff --git a/brompton-computer-guard.scad b/brompton-computer-guard.scad index f2fe671..a46b713 100644 --- a/brompton-computer-guard.scad +++ b/brompton-computer-guard.scad @@ -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) {