diff --git a/README.md b/README.md index 775029b..5a9f9be 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ Here is the devices required to build this module. We use the maker's link, to l ### Aesthetics The 3D-model is provided in the directory ```hardware/```. -The main unit is in the file ```hardware/main_unit.stl``` and both surrounding modules are available in ```hardware/left_unit.stl``` & ```hardware/right_unit.stl```. +Every unit has a _base_ and a _cover_ file. +The main unit is in the file ```hardware/main_unit_(base|cover).stl``` and both surrounding modules are available in ```hardware/left_unit_(base|cover).stl``` & ```hardware/right_unit_(base|cover).stl```. Every case has holes in its side, to be able to connect everything together. To hide wires, we chose to use an Expandable Sleeving Cable Wire (coming through those holes). The whole module fully developed is shown in the next figure. diff --git a/hardware/left_unit_base.stl b/hardware/left_unit_base.stl new file mode 100644 index 0000000..dacfd06 Binary files /dev/null and b/hardware/left_unit_base.stl differ diff --git a/hardware/left_unit_cover.stl b/hardware/left_unit_cover.stl new file mode 100644 index 0000000..be1dd64 Binary files /dev/null and b/hardware/left_unit_cover.stl differ diff --git a/hardware/main_unit_base.stl b/hardware/main_unit_base.stl new file mode 100644 index 0000000..33ad0fb Binary files /dev/null and b/hardware/main_unit_base.stl differ diff --git a/hardware/main_unit_cover.stl b/hardware/main_unit_cover.stl new file mode 100644 index 0000000..68390e9 Binary files /dev/null and b/hardware/main_unit_cover.stl differ diff --git a/hardware/right_unit_base.stl b/hardware/right_unit_base.stl new file mode 100644 index 0000000..dacfd06 Binary files /dev/null and b/hardware/right_unit_base.stl differ diff --git a/hardware/right_unit_cover.stl b/hardware/right_unit_cover.stl new file mode 100644 index 0000000..68a36ee Binary files /dev/null and b/hardware/right_unit_cover.stl differ