diff options
author | xengineering <me@xengineering.eu> | 2025-01-06 19:54:16 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-01-06 19:54:16 +0100 |
commit | 468f151044a52af2f829c473179163f5d68b9614 (patch) | |
tree | 26d3fcccc354c8f011ffcac2669b7b62b2baca7e /mech/parameters.scad | |
parent | 03d41e8069623b5d627dfb298c471a16c380c91d (diff) | |
download | soundbox-468f151044a52af2f829c473179163f5d68b9614.tar soundbox-468f151044a52af2f829c473179163f5d68b9614.tar.zst soundbox-468f151044a52af2f829c473179163f5d68b9614.zip |
mech: Remove directory
It is planned to add a `pcb` folder with a custom PCB design. This
design will be incompatible with the current case developed in `mech`.
Thus the case has to be removed first.
Diffstat (limited to 'mech/parameters.scad')
-rw-r--r-- | mech/parameters.scad | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mech/parameters.scad b/mech/parameters.scad deleted file mode 100644 index 9fda8b4..0000000 --- a/mech/parameters.scad +++ /dev/null @@ -1,21 +0,0 @@ -include <pcb_case/bolt.scad> - -t = 1.65; - -pcb_dim = [30, 65, 1.4]; - -margins = [ - [1, 0.3], - [3.6, 1.7], - [bolt_l-t-pcb_dim[2], 27] -]; - -base_drilling = [3.5, 3.5]; -dx = [23, 0]; -dy = [0, 58]; -drillings = [ - base_drilling, - base_drilling + dx, - base_drilling + dy, - base_drilling + dx + dy -]; |