Large rail box decreased in vertical height.
While it has no impact on the outcome, the large outer box was taller than it needed to be, and didn't accurately represent the box size when debugged. This was probably an error of the Thick = Thick*2 change.
This commit is contained in:
parent
687ba3448f
commit
abbc0a8cec
@ -191,7 +191,7 @@ module Coque() { //Coque - Shell
|
|||||||
} //Fin diff Coque
|
} //Fin diff Coque
|
||||||
difference() { //largeur Rails
|
difference() { //largeur Rails
|
||||||
translate([Thick*2 + m, Thick, Thick]) { // Rails
|
translate([Thick*2 + m, Thick, Thick]) { // Rails
|
||||||
RoundBox($a=(Length - (Thick*4 + 2*m)), $b=(Width - Thick*2), $c=(Height - Thick*4));
|
RoundBox($a=(Length - (Thick*4 + 2*m)), $b=(Width - Thick*2), $c=(Height - Thick*2));
|
||||||
} //fin Rails
|
} //fin Rails
|
||||||
translate([Thick*3 + m, Thick, Thick]) {
|
translate([Thick*3 + m, Thick, Thick]) {
|
||||||
RoundBox($a=(Length - ((Thick*6) + 2*m)), $b=(Width - Thick*2), $c=(Height - Thick*2));
|
RoundBox($a=(Length - ((Thick*6) + 2*m)), $b=(Width - Thick*2), $c=(Height - Thick*2));
|
||||||
|
Loading…
Reference in New Issue
Block a user