gitextract_dwf0sbp3/ ├── .gitignore ├── Electronics/ │ └── BOMs/ │ ├── Parts _BOM.csv │ └── Power Adapter PCB _BOM.csv ├── Enclosure/ │ ├── BOMs/ │ │ └── Hardware_Fastners _BOM.csv │ └── CAD/ │ ├── 3MF/ │ │ ├── 3D Printed NAS _Bambu Plates.3mf │ │ ├── Covers/ │ │ │ ├── Back IO.3mf │ │ │ ├── Back plate.3mf │ │ │ ├── Face plate.3mf │ │ │ ├── Side cover.3mf │ │ │ └── Top cover.3mf │ │ ├── Drives/ │ │ │ ├── Caddy.3mf │ │ │ ├── Cover.3mf │ │ │ ├── Separator.3mf │ │ │ └── Slot.3mf │ │ └── Structure/ │ │ ├── Back fan housing.3mf │ │ ├── Base.3mf │ │ ├── Brace.3mf │ │ ├── Front grill.3mf │ │ ├── PCIe card support.3mf │ │ ├── Side plate L.3mf │ │ ├── Side plate R.3mf │ │ └── Zima support.3mf │ ├── Autodesk Fusion/ │ │ ├── Drive Unit.f3z │ │ └── Home Server.f3z │ └── STL/ │ ├── Covers/ │ │ ├── Back IO.stl │ │ ├── Back plate.stl │ │ ├── Face plate.stl │ │ ├── Side cover.stl │ │ └── Top cover.stl │ ├── Drives/ │ │ ├── Caddy.stl │ │ ├── Cover.stl │ │ ├── Separator.stl │ │ └── Slot.stl │ └── Structure/ │ ├── Back fan housing.stl │ ├── Base.stl │ ├── Brace.stl │ ├── Front grill.stl │ ├── PCIe card support.stl │ ├── Side plate L.stl │ ├── Side plate R.stl │ └── Zima support.stl ├── LICENSE └── README.md