diff options
author | xengineering <me@xengineering.eu> | 2024-01-01 22:55:21 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-02 15:16:53 +0100 |
commit | e9ec4e46cbf3b8a9f9fdefb6fa94dce23bc116f2 (patch) | |
tree | 789d86bfe87761cf16fc3df8766591782a4aa303 /mech/bottom.scad | |
parent | a3ef23906f2b71486d818fd06ca6ffb0c82e3b1c (diff) | |
download | soundbox-e9ec4e46cbf3b8a9f9fdefb6fa94dce23bc116f2.tar soundbox-e9ec4e46cbf3b8a9f9fdefb6fa94dce23bc116f2.tar.zst soundbox-e9ec4e46cbf3b8a9f9fdefb6fa94dce23bc116f2.zip |
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.
Diffstat (limited to 'mech/bottom.scad')
-rw-r--r-- | mech/bottom.scad | 18 |
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(); |