diff options
author | xengineering <me@xengineering.eu> | 2023-12-23 16:52:13 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-02 14:24:06 +0100 |
commit | ee5994c2b09272bd192e1c74ac56f6333ff1cc0b (patch) | |
tree | ebf0a917929af05f43d651a95c053b078e01aab2 /mech/common.scad | |
parent | 220d692384555120f246e0d856a614be31e776bb (diff) | |
download | soundbox-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/common.scad')
-rw-r--r-- | mech/common.scad | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mech/common.scad b/mech/common.scad index cfb27f2..eb2d368 100644 --- a/mech/common.scad +++ b/mech/common.scad @@ -1,6 +1,3 @@ -use <pcb_case/shell.scad> -use <pcb_case/panel.scad> - t = 2; tol = 1; base_socket = [3/2+2.3+2*t+tol,3/2+2.1+2.7+t+tol]; |