From e9ec4e46cbf3b8a9f9fdefb6fa94dce23bc116f2 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 1 Jan 2024 22:55:21 +0100 Subject: mech: Move from multiple to single production file This makes the file structure simpler and makes it easy to produce the whole case in one run. --- mech/bottom.scad | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 mech/bottom.scad (limited to 'mech/bottom.scad') 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 - -use - -module bottom() { - union () { - pcb_case_shell_bottom( - dim, t, h, [ - base_socket, - base_socket + dx, - base_socket + dy, - base_socket + dx + dy - ] - ); - } -} - -bottom(); -- cgit v1.2.3-70-g09d2