From: Ian Jackson Date: Wed, 28 Nov 2012 22:27:23 +0000 (+0000) Subject: anke-gps-bracket: actual sizes X-Git-Tag: filamentspool-v2-release~662 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d9797a3ee3118685a75a7d937509bbe0cd9479ef;p=reprap-play.git anke-gps-bracket: actual sizes --- diff --git a/anke-gps-bracket.scad b/anke-gps-bracket.scad index c18b716..a928a74 100644 --- a/anke-gps-bracket.scad +++ b/anke-gps-bracket.scad @@ -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();