From 4ec9e798e33f4cc5ce82c79da98fa0b421f2d57d Mon Sep 17 00:00:00 2001 From: Joel Ebel Date: Wed, 16 May 2018 13:41:05 -0400 Subject: [PATCH] Simplify top shell rotation --- files/U_Box_V104_Test_Cleaned.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/U_Box_V104_Test_Cleaned.scad b/files/U_Box_V104_Test_Cleaned.scad index 9efdc20..0b060b7 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -574,7 +574,7 @@ if (TShell == 1) { // Coque haut - Top Shell color(Couleur1) { translate([0, Width, Height + 0.2]) { - rotate([0, 180, 180]) { + rotate([180, 0, 0]) { Coque(); } }