chiark / gitweb /
anke-gps-bracket: todos now tracked on paper
[reprap-play.git] / anke-gps-bracket.scad
index 81c39f3e86c7ae2cb5650848bc8d33454cc97762..be0872bf4ce5138c52eb84e3d89c2dacacb1763b 100644 (file)
@@ -1,9 +1,5 @@
 // -*- C -*-
 
-// todo
-// nestlecube does not fit
-// nestlecube doveclip at wrong angle
-
 include <doveclip.scad>
 
 // Dimensions of the main GPS body
@@ -209,13 +205,6 @@ module NestleCubeCutout(ca,cb,d){
   }
 }
 
-module NestleCubeBevel(rot){
-  rotate([0,0,rot])
-    translate([-nestlebevel, -100, -0.1])
-    rotate([0,30,0])
-    cube([nestlebevel*2, 200, nestlebevel*5]);
-}
-
 module NestleCube(){ ////toplevel
   midw = nestlew/2;
   midd = min(nestledl,nestledr);
@@ -279,7 +268,7 @@ module NestleCube(){ ////toplevel
   }
 
   translate([gpsrightwardoffset,-gpsrearwardoffset,0])
-    rotate([0,0,gpsazimuth])
+    rotate([0,0,90+gpsazimuth])
     translate([nestledoveclipw/2,0,DoveClip_depth()-0.5])
     rotate([0,-90,0])
     DoveClipPairSane(count=3, h=nestledoveclipw);