chiark / gitweb /
anke-gps-bracket: NestleCube: experimental version which requires support material
[reprap-play.git] / anke-gps-bracket.scad
index 4c9860e5c37fc781bbc1adfe3de0e9c62d92e891..7075fbe45273c4b22a0650201f6322e1325234d1 100644 (file)
@@ -41,14 +41,14 @@ pluggapd =    5;
 nestleh = 53;
 nestlew = 60.9;
 //   depths (back to front distance):
-nestledl = 38.3 + 1.9;
-nestledr = 42.2 + 1.7;
+nestledl = 40.2;
+nestledr = 43.9;
 //   differences in width, depth, at bottom:
-nestledwl = nestlew - 50.0;
-nestledwr = nestlew - 58.5;
-nestleddf = nestledl - 36.2;
-nestleddbl = nestledl - 36.9;
-nestleddbr = nestledr - 36.9;
+nestledwl = 2.1;
+nestledwr = 1.4;
+nestleddf = 4.0;
+nestleddbl = 5.7;
+nestleddbr = 5.2;
 
 // Adjustment for the GPS attitude and position
 gpsazimuth = 45;
@@ -81,7 +81,7 @@ holderdoveclipl = 15;
 chassish = 13;
 chassist = 13;
 nestlefloorh = 1.7;
-nestleceilh = 2.0;
+nestleceilh = 4.0;
 nestlewallmin = 3.0;
 
 // Consequential values
@@ -195,9 +195,9 @@ module NestleCubeCutout(ca,cb,d){
       linear_extrude(height=d+2){
        polygon([[ca+nestlebevel, cuth],
                 [ca, cuth+nestlebevel*2],
-                [ca, -dist/2-nestleceilh],
+                [ca, -0*dist/2-nestleceilh],
                 [(ca+cb)/2, -nestleceilh],
-                [cb, -dist/2-nestleceilh],
+                [cb, -0*dist/2-nestleceilh],
                 [cb, cuth+nestlebevel*2],
                 [cb-nestlebevel, cuth]]);
       }