From 730cbf07d973f84a7ecb56ebbfb78a4dda064c51 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 19 Jun 2016 20:44:44 +0100 Subject: [PATCH] Revert "brompton-computer-guard: swap holes, to make web be on other side" That's totally wrong. It produces a widget which can't be mounted. The bug is, effectively, that the base wants to be on the other side. That does involve sort of swapping the ends, but not like this. This reverts commit 0fe8aba40e7d868e9d60a8af34933e392b8f108c. --- brompton-computer-guard.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brompton-computer-guard.scad b/brompton-computer-guard.scad index f8fce45..e7b1bd1 100644 --- a/brompton-computer-guard.scad +++ b/brompton-computer-guard.scad @@ -28,8 +28,8 @@ inner_pbase_rad = arch_in_rad * 2; end_thick = arch_thick; -holes = [[[ 18.5, 4.5], [ 4.5, 21]], // left - [[ 5 , 5 ], [16 , 21]]]; // right +holes = [[[ 5 , 5 ], [16 , 21]], // left + [[ 18.5, 4.5], [ 4.5, 21]]]; // right module ArchCircle(rad){ translate([0,-arch_to_chord]) -- 2.30.2