diff options
author | xengineering <me@xengineering.eu> | 2023-12-22 21:34:32 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-02 14:24:06 +0100 |
commit | 8184bf87fab1eb415807eba8250af0b812205106 (patch) | |
tree | cab3bda42cf3dcecfe78b774197be2baaa03f312 /mech/common.scad | |
parent | ac348c4044e6252da91de247d77484509677cca0 (diff) | |
download | soundbox-8184bf87fab1eb415807eba8250af0b812205106.tar soundbox-8184bf87fab1eb415807eba8250af0b812205106.tar.zst soundbox-8184bf87fab1eb415807eba8250af0b812205106.zip |
mech: Move generic PCB case to own subdirectory
This should be more decoupled because it is not specific to soundbox. It
might be later extracted to a library repository.
Diffstat (limited to 'mech/common.scad')
-rw-r--r-- | mech/common.scad | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mech/common.scad b/mech/common.scad index c433447..0ae93a8 100644 --- a/mech/common.scad +++ b/mech/common.scad @@ -1,4 +1,6 @@ -use <pcb_case.scad> +use <pcb_case/common.scad> +use <pcb_case/shell.scad> +use <pcb_case/panel.scad> $fa = 12; // default is 12 $fs = 0.5; // default is 2 |