chiark / gitweb /
anke-gps-bracket: NestleCube top size adjustments
[reprap-play.git] / anke-gps-bracket.scad
index 6b823d2ae94980e59173787ccec12848849873b0..8d7c5428d3b4857ccb533470a52ff90b59cdcfa6 100644 (file)
@@ -43,10 +43,10 @@ pluggapd =    5;
 // Dimensions of the hole in the tray
 //   width and height (vertical) at the top
 nestleh = 53;
-nestlew = 55.4 - 0.5;
+nestlew = 60.9;
 //   depths (back to front distance):
-nestledl = 38.8 - 0.5;
-nestledr = 42.7 - 0.5;
+nestledl = 38.3 + 1.9;
+nestledr = 42.2 + 1.7;
 //   differences in width, depth, at bottom:
 nestledwl = 3.0;
 nestledwr = 2.4;
@@ -299,7 +299,7 @@ module ChassisBar(){ ////toplevel
        cube([dist/2 - DoveClip_depth() + 1.1, chassish, chassist]);
     }
   }
-  translate([gpsrightwardoffsetonbar, -DoveClip_depth(), 0])
+  translate([-gpsrightwardoffsetonbar, -DoveClip_depth(), 0])
     rotate([0,0,-90])
     DoveClipPairSane(h=nestledoveclipw, count=3,
                     baseextend=chassist/2);