summaryrefslogtreecommitdiff
path: root/mech/back.scad
diff options
context:
space:
mode:
Diffstat (limited to 'mech/back.scad')
-rw-r--r--mech/back.scad7
1 files changed, 7 insertions, 0 deletions
diff --git a/mech/back.scad b/mech/back.scad
new file mode 100644
index 0000000..16f6c2e
--- /dev/null
+++ b/mech/back.scad
@@ -0,0 +1,7 @@
+include <common.scad>
+
+module back() {
+ pcb_case_panel_back(dim, t);
+}
+
+rotate([0,90,0]) back();