From: Ian Jackson Date: Sun, 2 Dec 2012 15:36:25 +0000 (+0000) Subject: anke-gps-bracket: ChassisBar: allow adjust of x pos X-Git-Tag: filamentspool-v2-release~640 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=148d178137f73480d1a5bd0880bae0f300748226 anke-gps-bracket: ChassisBar: allow adjust of x pos --- diff --git a/anke-gps-bracket.scad b/anke-gps-bracket.scad index 3d5251d..6b823d2 100644 --- a/anke-gps-bracket.scad +++ b/anke-gps-bracket.scad @@ -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);