summaryrefslogtreecommitdiff
path: root/mech/bottom.scad
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-12-23 16:52:13 +0100
committerxengineering <me@xengineering.eu>2024-01-02 14:24:06 +0100
commitee5994c2b09272bd192e1c74ac56f6333ff1cc0b (patch)
treeebf0a917929af05f43d651a95c053b078e01aab2 /mech/bottom.scad
parent220d692384555120f246e0d856a614be31e776bb (diff)
downloadsoundbox-ee5994c2b09272bd192e1c74ac56f6333ff1cc0b.tar
soundbox-ee5994c2b09272bd192e1c74ac56f6333ff1cc0b.tar.zst
soundbox-ee5994c2b09272bd192e1c74ac56f6333ff1cc0b.zip
mech: Add use statements only where required
This avoids unrequired usage of other source files and cleans up the common.scad file.
Diffstat (limited to 'mech/bottom.scad')
-rw-r--r--mech/bottom.scad2
1 files changed, 2 insertions, 0 deletions
diff --git a/mech/bottom.scad b/mech/bottom.scad
index cac355e..195244f 100644
--- a/mech/bottom.scad
+++ b/mech/bottom.scad
@@ -1,3 +1,5 @@
+use <pcb_case/shell.scad>
+
include <common.scad>
module bottom() {