|
|
@@ -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]]);
|
|
|
|
|
|
|
|
|
}
|