chiark / gitweb /
brompton-computer-guard: swap holes, to make web be on other side
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Jun 2016 17:47:00 +0000 (18:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Jun 2016 17:47:00 +0000 (18:47 +0100)
brompton-computer-guard.scad

index efb3a8a129bd7bdfac21ca94a86c19401c152cc3..ba1cc5dfa3b49dcf513fe9a6f2cd78b3e1cf5aef 100644 (file)
@@ -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])