chiark / gitweb /
anke-gps-bracket: remove some size adjustments which trigger a bug in Slic3r 0.9.7
[reprap-play.git] / anke-gps-bracket.scad
index 6831017d8826c10595bced50331b49531a29719e..5831f559af015ad5c9b06eb701293d216a3ebed1 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C -*-
 
 // Dimensions of the main GPS body
-outerw = 120 - 0.5;
-outerh =  75 - 0.5;
-outert =  15;
+outerw = 120 + 2.5;
+outerh =  75 - 0.2;
+outert =  15 - 1.0;
 outerbackbevel = 3;
 
 // Dimensions of the bezel area round the edges
@@ -68,10 +68,10 @@ module GpsBody() { ////toplevel
        translate([outerw-spkr2rhs, spkr2bot, -1])
          cylinder(r=spkrdia/2, h=outert+2);
       }
-      translate([plug2lhs+plugw/2, plug2bot+plugh/2, 0.05])
-       cylinder(r=(plugw+plugh)/2, h=outert-0.02);
+      translate([plug2lhs+plugw/2, plug2bot+plugh/2, 0])
+       cylinder(r=(plugw+plugh)/2, h=outert);
       for (x=[plug2lhs-plugstrutw, plug2lhs+plugw])
-       translate([x, 0.1, 0.05])
+       translate([x, 0.1, 0])
          cube([plugstrutw, outerh-0.2, plugstrutt-0.10]);
     }
     GpsPlugPlug(0);