From 5544829a573466451383b38f411cac06eabd7788 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 11 May 2014 23:45:28 +0100 Subject: [PATCH] brompton-computer-guard: wip, all bits present, but shape is detuned --- brompton-computer-guard.scad | 8 ++++++++ 1 file changed, 8 insertions(+) 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) { -- 2.30.2