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/pcb_case/conversion.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/pcb_case/conversion.scad')
-rw-r--r-- | mech/pcb_case/conversion.scad | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mech/pcb_case/conversion.scad b/mech/pcb_case/conversion.scad deleted file mode 100644 index 69c3c3b..0000000 --- a/mech/pcb_case/conversion.scad +++ /dev/null @@ -1,8 +0,0 @@ -include <bolt.scad> -include <nut.scad> - -function dim_pcb_to_case(pcb_dim, margins, t) = [ - pcb_dim[0]+margins[0][0]+margins[0][1]+4*t, - pcb_dim[1]+margins[1][0]+margins[1][1]+2*t+2*(bolt_l-t), - pcb_dim[2]+margins[2][0]+margins[2][1]+4*t -]; |