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:
parent
a23913215d
commit
0fde4bf5a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user