chiark / gitweb /
anke-gps-bracket: NestleCube top size adjustments
[reprap-play.git] / anke-gps-bracket.scad
index 3d5251dc9171a52d7219428776b64a4ee14a1e6a..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;
@@ -57,11 +57,12 @@ nestleddbr = 3.6;
 nestlewallmin = 4;
 nestleceilmin = 4;
 
-// Adjustment for the GPS attitude
+// Adjustment for the GPS attitude and position
 gpsazimuth = 45;
 gpselevation = 40;
 gpsrightwardoffset = 5;
 gpsrearwardoffset = 2;
+gpsrightwardoffsetonbar = 0;
 
 // Amount of wire protrusion to allow for
 plugwiremoreh = 25;
@@ -298,7 +299,7 @@ module ChassisBar(){ ////toplevel
        cube([dist/2 - DoveClip_depth() + 1.1, chassish, chassist]);
     }
   }
-  translate([0, -DoveClip_depth(), 0])
+  translate([-gpsrightwardoffsetonbar, -DoveClip_depth(), 0])
     rotate([0,0,-90])
     DoveClipPairSane(h=nestledoveclipw, count=3,
                     baseextend=chassist/2);