From: Ian Jackson Date: Sun, 19 Jun 2016 17:47:00 +0000 (+0100) Subject: brompton-computer-guard: swap holes, to make web be on other side X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=0fe8aba40e7d;hp=5906807c8c96e624c9c0912f51e0b22861217a27 brompton-computer-guard: swap holes, to make web be on other side --- diff --git a/brompton-computer-guard.scad b/brompton-computer-guard.scad index efb3a8a..ba1cc5d 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 = [[[ 5 , 5 ], [16 , 21]], // left - [[ 18.5, 4.5], [ 4.5, 21]]]; // right +holes = [[[ 18.5, 4.5], [ 4.5, 21]], // left + [[ 5 , 5 ], [16 , 21]]]; // right module ArchCircle(rad){ translate([0,-arch_to_chord])