Center the interior box
The interior box (fins for holding the panel) was oddly not centered. Shift it using the proper parameters for it to be centered. It also was shifted vertically by 0.1 to remove "the artifact" I'm not sure what this artifact is, so I'm removing the shift until I see reason not to. It also makes the interior hole of the feet shorter by 0.1 and the tolerance under the board 0.1 less, so it seems a bit wrong to have in place.
This commit is contained in:
parent
5ac9a55a59
commit
687ba3448f
@ -193,8 +193,7 @@ module Coque() { //Coque - Shell
|
||||
translate([Thick*2 + m, Thick, Thick]) { // Rails
|
||||
RoundBox($a=(Length - (Thick*4 + 2*m)), $b=(Width - Thick*2), $c=(Height - Thick*4));
|
||||
} //fin Rails
|
||||
// +0.1 added to avoid the artefact
|
||||
translate([((Thick*2 + m/2) * 1.55), Thick, Thick + 0.1]) {
|
||||
translate([Thick*3 + m, Thick, Thick]) {
|
||||
RoundBox($a=(Length - ((Thick*6) + 2*m)), $b=(Width - Thick*2), $c=(Height - Thick*2));
|
||||
}
|
||||
} //Fin largeur Rails
|
||||
|
Loading…
Reference in New Issue
Block a user