summaryrefslogtreecommitdiff
path: root/mech/top.scad
diff options
context:
space:
mode:
Diffstat (limited to 'mech/top.scad')
-rw-r--r--mech/top.scad9
1 files changed, 9 insertions, 0 deletions
diff --git a/mech/top.scad b/mech/top.scad
new file mode 100644
index 0000000..55882f0
--- /dev/null
+++ b/mech/top.scad
@@ -0,0 +1,9 @@
+include <common.scad>
+
+module top() {
+ difference() {
+ pcb_case_shell_top(dim, t);
+ }
+}
+
+rotate([180,0,0]) top();