From 9ea96118a5ff7c9233d8a583e84d0b283b0bb5af Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 19 Jun 2016 20:50:32 +0100 Subject: [PATCH] brompton-computer-guard: move holes slightly The base web was found to be on the wrong side; I fixed this by turning the whole thing round. Move the base web, and turn it round. This is a 2nd attempt to deal with the problem addressed by 0fe8aba40e7d "swap holes, to make web be on other side" --- brompton-computer-guard.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/brompton-computer-guard.scad b/brompton-computer-guard.scad index e7b1bd1..35b0a18 100644 --- a/brompton-computer-guard.scad +++ b/brompton-computer-guard.scad @@ -82,6 +82,7 @@ module Arch(){ } } difference(){ + translate([0,0, arch_breadth - pbase_thick]) linear_extrude(height=pbase_thick){ difference(){ hull(){ @@ -102,4 +103,4 @@ module Arch(){ } } -rotate([0,0,45]) Arch(); +rotate([0,0,45]) translate([0,0,arch_breadth]) rotate([0,180,0]) Arch(); -- 2.30.2