├── .gitignore ├── CM3588_NAS case-Base.stl ├── CM3588_NAS case-Lid.stl ├── CM3588_NAS case.FCStd ├── LICENSE ├── README.md └── Screenshot.png /.gitignore: -------------------------------------------------------------------------------- 1 | *.FCBak 2 | -------------------------------------------------------------------------------- /CM3588_NAS case-Base.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgofferj/CM3588-NAS-case/HEAD/CM3588_NAS case-Base.stl -------------------------------------------------------------------------------- /CM3588_NAS case-Lid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgofferj/CM3588-NAS-case/HEAD/CM3588_NAS case-Lid.stl -------------------------------------------------------------------------------- /CM3588_NAS case.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgofferj/CM3588-NAS-case/HEAD/CM3588_NAS case.FCStd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgofferj/CM3588-NAS-case/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgofferj/CM3588-NAS-case/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgofferj/CM3588-NAS-case/HEAD/Screenshot.png --------------------------------------------------------------------------------