├── .gitattributes ├── FrontPlate.dxf ├── README.md ├── STLs ├── AwtrixPro_DiffusorFrame.stl ├── AwtrixPro_Grid.stl ├── Rpi3 │ ├── AwtrixProCase_Rpi3.stl │ ├── AwtrixProCase_Rpi3_LDR.stl │ ├── AwtrixProCase_Rpi3_LDR_SPEAKER.stl │ └── AwtrixProCase_Rpi3_SPEAKER.stl ├── Rpi4 │ ├── AwtrixProCase_Rpi4.stl │ ├── AwtrixProCase_Rpi4_LDR.stl │ ├── AwtrixProCase_Rpi4_LDR_SPEAKER.stl │ └── AwtrixProCase_Rpi4_SPEAKER.stl ├── RpiZw │ ├── AwtrixProCase_RpiZw.stl │ ├── AwtrixProCase_RpiZw_LDR.stl │ ├── AwtrixProCase_RpiZw_LDR_SPEAKER.stl │ └── AwtrixProCase_RpiZw_SPEAKER.stl └── noPi │ ├── AwtrixProCase_noPi.stl │ ├── AwtrixProCase_noPi_LDR.stl │ ├── AwtrixProCase_noPi_LDR_SPEAKER.stl │ └── AwtrixProCase_noPi_SPEAKER.stl ├── Sources ├── AwtrixPro_DiffusorFrame.stp ├── AwtrixPro_Grid.stp ├── Rpi3 │ ├── AwtrixProCase_Rpi3.stp │ ├── AwtrixProCase_Rpi3_LDR.stp │ ├── AwtrixProCase_Rpi3_LDR_SPEAKER.stp │ └── AwtrixProCase_Rpi3_SPEAKER.stp ├── Rpi4 │ ├── AwtrixProCase_Rpi4.stp │ ├── AwtrixProCase_Rpi4_LDR.stp │ ├── AwtrixProCase_Rpi4_LDR_SPEAKER.stp │ └── AwtrixProCase_Rpi4_SPEAKER.stp ├── RpiZw │ ├── AwtrixProCase_RpiZw.stp │ ├── AwtrixProCase_RpiZw_LDR.stp │ ├── AwtrixProCase_RpiZw_LDR_SPEAKER.stp │ └── AwtrixProCase_RpiZw_SPEAKER.stp └── noPi │ ├── AwtrixProCase_noPi.stp │ ├── AwtrixProCase_noPi_LDR.stp │ ├── AwtrixProCase_noPi_LDR_SPEAKER.stp │ └── AwtrixProCase_noPi_SPEAKER.stp └── cover.jpg /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/.gitattributes -------------------------------------------------------------------------------- /FrontPlate.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/FrontPlate.dxf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/README.md -------------------------------------------------------------------------------- /STLs/AwtrixPro_DiffusorFrame.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/AwtrixPro_DiffusorFrame.stl -------------------------------------------------------------------------------- /STLs/AwtrixPro_Grid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/AwtrixPro_Grid.stl -------------------------------------------------------------------------------- /STLs/Rpi3/AwtrixProCase_Rpi3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/Rpi3/AwtrixProCase_Rpi3.stl -------------------------------------------------------------------------------- /STLs/Rpi3/AwtrixProCase_Rpi3_LDR.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/Rpi3/AwtrixProCase_Rpi3_LDR.stl -------------------------------------------------------------------------------- /STLs/Rpi3/AwtrixProCase_Rpi3_LDR_SPEAKER.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/Rpi3/AwtrixProCase_Rpi3_LDR_SPEAKER.stl -------------------------------------------------------------------------------- /STLs/Rpi3/AwtrixProCase_Rpi3_SPEAKER.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/Rpi3/AwtrixProCase_Rpi3_SPEAKER.stl -------------------------------------------------------------------------------- /STLs/Rpi4/AwtrixProCase_Rpi4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/Rpi4/AwtrixProCase_Rpi4.stl -------------------------------------------------------------------------------- /STLs/Rpi4/AwtrixProCase_Rpi4_LDR.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/Rpi4/AwtrixProCase_Rpi4_LDR.stl -------------------------------------------------------------------------------- /STLs/Rpi4/AwtrixProCase_Rpi4_LDR_SPEAKER.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/Rpi4/AwtrixProCase_Rpi4_LDR_SPEAKER.stl -------------------------------------------------------------------------------- /STLs/Rpi4/AwtrixProCase_Rpi4_SPEAKER.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/Rpi4/AwtrixProCase_Rpi4_SPEAKER.stl -------------------------------------------------------------------------------- /STLs/RpiZw/AwtrixProCase_RpiZw.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/RpiZw/AwtrixProCase_RpiZw.stl -------------------------------------------------------------------------------- /STLs/RpiZw/AwtrixProCase_RpiZw_LDR.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/RpiZw/AwtrixProCase_RpiZw_LDR.stl -------------------------------------------------------------------------------- /STLs/RpiZw/AwtrixProCase_RpiZw_LDR_SPEAKER.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/RpiZw/AwtrixProCase_RpiZw_LDR_SPEAKER.stl -------------------------------------------------------------------------------- /STLs/RpiZw/AwtrixProCase_RpiZw_SPEAKER.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/RpiZw/AwtrixProCase_RpiZw_SPEAKER.stl -------------------------------------------------------------------------------- /STLs/noPi/AwtrixProCase_noPi.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/noPi/AwtrixProCase_noPi.stl -------------------------------------------------------------------------------- /STLs/noPi/AwtrixProCase_noPi_LDR.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/noPi/AwtrixProCase_noPi_LDR.stl -------------------------------------------------------------------------------- /STLs/noPi/AwtrixProCase_noPi_LDR_SPEAKER.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/noPi/AwtrixProCase_noPi_LDR_SPEAKER.stl -------------------------------------------------------------------------------- /STLs/noPi/AwtrixProCase_noPi_SPEAKER.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/STLs/noPi/AwtrixProCase_noPi_SPEAKER.stl -------------------------------------------------------------------------------- /Sources/AwtrixPro_DiffusorFrame.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/AwtrixPro_DiffusorFrame.stp -------------------------------------------------------------------------------- /Sources/AwtrixPro_Grid.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/AwtrixPro_Grid.stp -------------------------------------------------------------------------------- /Sources/Rpi3/AwtrixProCase_Rpi3.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/Rpi3/AwtrixProCase_Rpi3.stp -------------------------------------------------------------------------------- /Sources/Rpi3/AwtrixProCase_Rpi3_LDR.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/Rpi3/AwtrixProCase_Rpi3_LDR.stp -------------------------------------------------------------------------------- /Sources/Rpi3/AwtrixProCase_Rpi3_LDR_SPEAKER.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/Rpi3/AwtrixProCase_Rpi3_LDR_SPEAKER.stp -------------------------------------------------------------------------------- /Sources/Rpi3/AwtrixProCase_Rpi3_SPEAKER.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/Rpi3/AwtrixProCase_Rpi3_SPEAKER.stp -------------------------------------------------------------------------------- /Sources/Rpi4/AwtrixProCase_Rpi4.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/Rpi4/AwtrixProCase_Rpi4.stp -------------------------------------------------------------------------------- /Sources/Rpi4/AwtrixProCase_Rpi4_LDR.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/Rpi4/AwtrixProCase_Rpi4_LDR.stp -------------------------------------------------------------------------------- /Sources/Rpi4/AwtrixProCase_Rpi4_LDR_SPEAKER.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/Rpi4/AwtrixProCase_Rpi4_LDR_SPEAKER.stp -------------------------------------------------------------------------------- /Sources/Rpi4/AwtrixProCase_Rpi4_SPEAKER.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/Rpi4/AwtrixProCase_Rpi4_SPEAKER.stp -------------------------------------------------------------------------------- /Sources/RpiZw/AwtrixProCase_RpiZw.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/RpiZw/AwtrixProCase_RpiZw.stp -------------------------------------------------------------------------------- /Sources/RpiZw/AwtrixProCase_RpiZw_LDR.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/RpiZw/AwtrixProCase_RpiZw_LDR.stp -------------------------------------------------------------------------------- /Sources/RpiZw/AwtrixProCase_RpiZw_LDR_SPEAKER.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/RpiZw/AwtrixProCase_RpiZw_LDR_SPEAKER.stp -------------------------------------------------------------------------------- /Sources/RpiZw/AwtrixProCase_RpiZw_SPEAKER.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/RpiZw/AwtrixProCase_RpiZw_SPEAKER.stp -------------------------------------------------------------------------------- /Sources/noPi/AwtrixProCase_noPi.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/noPi/AwtrixProCase_noPi.stp -------------------------------------------------------------------------------- /Sources/noPi/AwtrixProCase_noPi_LDR.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/noPi/AwtrixProCase_noPi_LDR.stp -------------------------------------------------------------------------------- /Sources/noPi/AwtrixProCase_noPi_LDR_SPEAKER.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/noPi/AwtrixProCase_noPi_LDR_SPEAKER.stp -------------------------------------------------------------------------------- /Sources/noPi/AwtrixProCase_noPi_SPEAKER.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/Sources/noPi/AwtrixProCase_noPi_SPEAKER.stp -------------------------------------------------------------------------------- /cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awtrix/AWTRIX-Pro/HEAD/cover.jpg --------------------------------------------------------------------------------