Jelajahi Sumber

giving bigger clearance for posts from electronics assembly

abetusk 5 tahun lalu
induk
melakukan
926772a7a7

+ 2 - 2
experiment/production/housing/v-acorn-squash/PopufareHousingFrontInsideSupport1.scad

@@ -79,8 +79,8 @@ module PopufareHousingFrontInsideSupport1Plate() {
     // top clearance
     //
     translate([0, h/2]) square([12*mt, 3*h/4], center=true);
-    translate([0, h/2]) polygon([ [ -12*mt/2, -3*h/8], [-20*mt/2, 0], [-11*mt/2, 0]]);
-    translate([0, h/2]) polygon([ [  12*mt/2, -3*h/8], [ 20*mt/2, 0], [ 11*mt/2, 0]]);
+    translate([0, h/2]) polygon([ [ -12*mt/2, -3*h/8], [-32*mt/2, 0], [-11*mt/2, 0]]);
+    translate([0, h/2]) polygon([ [  12*mt/2, -3*h/8], [ 32*mt/2, 0], [ 11*mt/2, 0]]);
 
 
   }

+ 2 - 2
experiment/production/housing/v-acorn-squash/PopufareHousingFrontInsideSupport2.scad

@@ -86,8 +86,8 @@ module PopufareHousingFrontInsideSupport2Plate() {
     // top clearance
     //
     translate([0, h/2]) square([12*mt, 3*h/4], center=true);
-    translate([0, h/2]) polygon([ [ -12*mt/2, -3*h/8], [-20*mt/2, 0], [-11*mt/2, 0]]);
-    translate([0, h/2]) polygon([ [  12*mt/2, -3*h/8], [ 20*mt/2, 0], [ 11*mt/2, 0]]);
+    translate([0, h/2]) polygon([ [ -12*mt/2, -3*h/8], [-32*mt/2, 0], [-11*mt/2, 0]]);
+    translate([0, h/2]) polygon([ [  12*mt/2, -3*h/8], [ 32*mt/2, 0], [ 11*mt/2, 0]]);
 
   }
 

+ 2 - 2
experiment/production/housing/v-acorn-squash/PopufareHousingFrontInsideSupport3.scad

@@ -79,8 +79,8 @@ module PopufareHousingFrontInsideSupport3Plate() {
     // top clearance
     //
     translate([0, h/2]) square([12*mt, 3*h/4], center=true);
-    translate([0, h/2]) polygon([ [ -12*mt/2, -3*h/8], [-20*mt/2, 0], [-11*mt/2, 0]]);
-    translate([0, h/2]) polygon([ [  12*mt/2, -3*h/8], [ 20*mt/2, 0], [ 11*mt/2, 0]]);
+    translate([0, h/2]) polygon([ [ -12*mt/2, -3*h/8], [-32*mt/2, 0], [-11*mt/2, 0]]);
+    translate([0, h/2]) polygon([ [  12*mt/2, -3*h/8], [ 32*mt/2, 0], [ 11*mt/2, 0]]);
 
 
   }

+ 2 - 2
experiment/production/housing/v-acorn-squash/PopufareHousingFrontInsideSupport4.scad

@@ -86,8 +86,8 @@ module PopufareHousingFrontInsideSupport4Plate() {
     // top clearance
     //
     translate([0, h/2]) square([12*mt, 3*h/4], center=true);
-    translate([0, h/2]) polygon([ [ -12*mt/2, -3*h/8], [-20*mt/2, 0], [-11*mt/2, 0]]);
-    translate([0, h/2]) polygon([ [  12*mt/2, -3*h/8], [ 20*mt/2, 0], [ 11*mt/2, 0]]);
+    translate([0, h/2]) polygon([ [ -12*mt/2, -3*h/8], [-32*mt/2, 0], [-11*mt/2, 0]]);
+    translate([0, h/2]) polygon([ [  12*mt/2, -3*h/8], [ 32*mt/2, 0], [ 11*mt/2, 0]]);
 
   }
 

+ 1 - 1
experiment/production/housing/v-acorn-squash/export/export-all

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VERSION=2.2.7
+VERSION=2.2.8
 
 function ngc_position {
   ifn="$1"