Simplify top shell rotation

This commit is contained in:
Joel Ebel 2018-05-16 13:41:05 -04:00
parent e15258361c
commit 4ec9e798e3

View File

@ -574,7 +574,7 @@ if (TShell == 1) {
// Coque haut - Top Shell // Coque haut - Top Shell
color(Couleur1) { color(Couleur1) {
translate([0, Width, Height + 0.2]) { translate([0, Width, Height + 0.2]) {
rotate([0, 180, 180]) { rotate([180, 0, 0]) {
Coque(); Coque();
} }
} }