summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-01-06 19:54:16 +0100
committerxengineering <me@xengineering.eu>2025-01-06 19:54:16 +0100
commit468f151044a52af2f829c473179163f5d68b9614 (patch)
tree26d3fcccc354c8f011ffcac2669b7b62b2baca7e /README.md
parent03d41e8069623b5d627dfb298c471a16c380c91d (diff)
downloadsoundbox-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 'README.md')
-rw-r--r--README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md
index 8b83ec3..b6ea4c4 100644
--- a/README.md
+++ b/README.md
@@ -13,15 +13,6 @@ The following listing provides an overview of the repository structure:
│ ├── LICENSE.txt
│ └── documentation.tex
├── Makefile
-├── mech
-│ ├── assembly.scad
-│ ├── LICENSE.txt
-│ ├── parameters.scad
-│ ├── pcb_case
-│ │ └── tolerance_tests.scad
-│ ├── production.scad
-│ └── prusa-slicer
-│ └── anycubic_i3_mega_s.ini
└── README.md
```
@@ -33,10 +24,6 @@ The `doc` folder contains everything to build the PDF documentation which is
generated during a full build. It contains all documentation aspects except the
content covered in the given `README`.
-Mechanical design is handled inside the `mech` directory. It consists of source
-files for OpenSCAD aswell as configuration file(s) for the Prusa Slicer
-software.
-
## Build instructions
To build the contents of this repository the following software tools are
@@ -47,8 +34,6 @@ required:
- GNU make
- pdflatex
- Inkscape
-- OpenSCAD
-- Prusa Slicer
A full build can be started with `make`. The results can be removed with `make
clean`.