chiark / gitweb /
Revert "brompton-computer-guard: swap holes, to make web be on other side"
[reprap-play.git] / brompton-computer-guard.scad
index f8fce45be4df4530642d7b74e22883b462741c9b..e7b1bd17ef42ad48b9e2797a968dd340cdc9ebb4 100644 (file)
@@ -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])