Remove some unnecessary shifting of cutouts

The 45 degree box for the bottom angled cutout of the box tabs was
unnecessarily shifted.
The rectangular cutout for the sides of the tabs was unnecessarily wide,
and the margin depended on the thickness, which doesn't make much sense.
It depends more on the printer, so this margin should be parametrized in
a later CL.
This commit is contained in:
Joel Ebel 2018-05-08 22:46:27 -04:00
parent a23913215d
commit 0fde4bf5a5

View File

@ -220,13 +220,13 @@ module Coque() { //Coque - Shell
}
}
}
translate([4, Thick*2 + Filet, Height/2 - 57]) {
translate([0, Thick*2 + Filet, Height/2 - 57]) {
rotate([45, 0, 0]) {
cube([Length, 40, 40]);
}
}
translate([0, -(Thick*2*1.46), Height/2]) {
cube([Length, Thick*4, 10]);
translate([0, 0, Height/2]) {
cube([Length, Thick + 0.16, 10]);
}
} //Fin fixation box legs
} // End union for box and legs