summaryrefslogtreecommitdiff
path: root/mech/bottom.scad
diff options
context:
space:
mode:
Diffstat (limited to 'mech/bottom.scad')
-rw-r--r--mech/bottom.scad18
1 files changed, 0 insertions, 18 deletions
diff --git a/mech/bottom.scad b/mech/bottom.scad
deleted file mode 100644
index f5d75a7..0000000
--- a/mech/bottom.scad
+++ /dev/null
@@ -1,18 +0,0 @@
-include <parameters.scad>
-
-use <pcb_case/shell.scad>
-
-module bottom() {
- union () {
- pcb_case_shell_bottom(
- dim, t, h, [
- base_socket,
- base_socket + dx,
- base_socket + dy,
- base_socket + dx + dy
- ]
- );
- }
-}
-
-bottom();