aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--enclosure/enclosure.scad4
1 files changed, 2 insertions, 2 deletions
diff --git a/enclosure/enclosure.scad b/enclosure/enclosure.scad
index 52fef36..01eddd2 100644
--- a/enclosure/enclosure.scad
+++ b/enclosure/enclosure.scad
@@ -368,10 +368,10 @@ module top() {
}
}
-//translate([0, TOTAL_Y * 1.2, 0]) bottom();
+translate([0, TOTAL_Y * 1.2, 0]) bottom();
//translate([0, 0, -BOTTOM_Z-2]) bottom();
middle();
-//translate([0, -TOTAL_Y * 1.2, 0]) rotate([180,0,0]) top();
+translate([0, -TOTAL_Y * 1.2, 0]) rotate([180,0,0]) top();
//translate([0, 0, +MIDDLE_Z+2]) top();