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