summaryrefslogtreecommitdiff
path: root/mech
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-12-23 19:57:04 +0100
committerxengineering <me@xengineering.eu>2024-01-02 14:24:06 +0100
commit7e705873c165282e88cf9962464783937028db53 (patch)
tree6a722bc9656200dd7f5e98a659ba071875313a87 /mech
parentf5df6f77f0b90832a83191f7975ac2b1134769e5 (diff)
downloadsoundbox-7e705873c165282e88cf9962464783937028db53.tar
soundbox-7e705873c165282e88cf9962464783937028db53.tar.zst
soundbox-7e705873c165282e88cf9962464783937028db53.zip
mech: Fix wrong file reference
Diffstat (limited to 'mech')
-rw-r--r--mech/pcb_case/shell.scad5
1 files changed, 3 insertions, 2 deletions
diff --git a/mech/pcb_case/shell.scad b/mech/pcb_case/shell.scad
index 231455e..d60248b 100644
--- a/mech/pcb_case/shell.scad
+++ b/mech/pcb_case/shell.scad
@@ -1,5 +1,6 @@
-use <bolt.scad>
-use <nut.scad>
+include <bolt.scad>
+include <nut.scad>
+
use <rounded_cube.scad>
module shell_base(dim, t) {