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/front.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/front.scad')
-rw-r--r-- | mech/front.scad | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mech/front.scad b/mech/front.scad deleted file mode 100644 index f079beb..0000000 --- a/mech/front.scad +++ /dev/null @@ -1,9 +0,0 @@ -include <parameters.scad> - -use <pcb_case/panel.scad> - -module front() { - pcb_case_panel_front(dim, t); -} - -rotate([0,90,0]) front(); |