chiark / gitweb /
anke-gps-bracket: actual sizes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 28 Nov 2012 22:27:23 +0000 (22:27 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 28 Nov 2012 22:31:01 +0000 (22:31 +0000)
anke-gps-bracket.scad

index c18b716ff1942e9eadf41052d2edbc6024fdd8e7..a928a74cb383585d575b9ef13604c4f830e37833 100644 (file)
@@ -1,30 +1,30 @@
 // -*- C -*-
 
 // Dimensions of the main GPS body
-outerw = 140;
-outerh = 80;
-outert = 10;
+outerw = 120 - 0.5;
+outerh =  75 - 0.5;
+outert =  15;
 
 // Dimensions of the bezel area round the edges
-bezelw = 8;
-bezelboth = 8;
-bezeltoph = 8;
+bezelw =    11 - 0.5;
+bezelboth = 11 - 0.5;
+bezeltoph =  7 - 0.5;
 
 // Dimensions of the speaker at the back
-spkrdia = 40;
-spkr2bot = 40;
-spkr2rhs = 30;
+spkrdia =  22;
+spkr2bot = 19;
+spkr2rhs = 25;
 
 // Dimensions of the plug and wire
-plugw = 10;
-plugh = 8;
-plug2bot = 30;
-plug2lhs = 40;
-plugtotald = 20;
-pluggapd = 12;
+plugw =      12;
+plugh =       9;
+plug2bot =   11;
+plug2lhs =   11;
+plugtotald = 15;
+pluggapd =    5;
 
 // Amount of wire protrusion to allow for
-plugwiremoreh = 30;
+plugwiremoreh = 25;
 
 // Slops and steps etc.
 plugslop = 0.5;
@@ -118,7 +118,7 @@ module GpsPlugT(){ ////toplevel
 }
 
 //GpsPlugT();
-GpsAssembled();
+//GpsAssembled();
 //GpsLHSMask();
 //GpsBodyLT();
 //GpsBodyRT();