├── .gitattributes ├── .gitignore ├── 01_STEP ASSM └── SPACE_CASE v18.step ├── 02_3D PRINT FILES ├── 00_PRINTING_TIPS.md ├── 01_X4_PIPE_JOINT_V14_BLK.3mf ├── 03_X1_MOBO_SUPPORT_V3_BLK.3mf ├── 04_X1_HANDLE_V4_BLU.3mf ├── 05_X4_FOOT_V2_BLK.3mf ├── 07_X2_MOBO_BRACKET_SHORT_V3_BLK.3mf ├── 08_X1_PSU_BRACKET_LOWER_V3_BLK.3mf ├── 09_X1_PSU_BRACKET_UPPER_V3_BLK.3mf ├── 10_X2_PLATE_CLIP_V1_BLU.3mf ├── 11_X8_PANEL_PIN_V1_BLU.3mf ├── 3-Slot Build │ ├── 02_X1_3-SLOT_GPU_SUPPORT_V6_BLK.3mf │ └── 06_X2_3-SLOT_MOBO_BRACKET_LONG_V3_BLK.3mf ├── 4-Slot Build │ ├── 01B_X8_4-SLOT_PIPE_EXTENSION_V1.3mf │ ├── 02_X1_4-SLOT_GPU_SUPPORT_V6_BLK.3mf │ └── 06_X2_4-SLOT_MOBO_BRACKET_LONG_V3_BLK.3mf ├── IO Panels │ ├── Cheap_Ebay-1_IO_PANEL_V6_12MM_BLK.3mf │ └── Cheap_Ebay-1_IO_PANEL_V6_16MM_BLK.3mf ├── OPTIONAL_X2_2.5_DRIVE_SUPPORT_V3_BLK.3mf ├── OPTIONAL_X2_3.5_DRIVE_SUPPORT_V4_BLK.3mf ├── OPTIONAL_X2_CABLE_COMB_V2_BLU.3mf ├── OPTIONAL_X2_FAN_BRACKET_V3_BLK.3mf └── OPTIONAL_X2_RAD_BRACKET_V1_BLK.3mf ├── 03_LASER CUT FILES ├── 3-Slot_SidePanelLaser_20221105.ai └── 4-Slot_SidePanelLaser_20221105.ai ├── 04_COMPONENTS └── COMPONENT_LIST.md ├── CHANGELOG.md ├── IMAGES ├── circle-logo.png ├── overview-1.jpg └── overview-2.jpg ├── LICENSE └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /01_STEP ASSM/SPACE_CASE v18.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/01_STEP ASSM/SPACE_CASE v18.step -------------------------------------------------------------------------------- /02_3D PRINT FILES/00_PRINTING_TIPS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/00_PRINTING_TIPS.md -------------------------------------------------------------------------------- /02_3D PRINT FILES/01_X4_PIPE_JOINT_V14_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/01_X4_PIPE_JOINT_V14_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/03_X1_MOBO_SUPPORT_V3_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/03_X1_MOBO_SUPPORT_V3_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/04_X1_HANDLE_V4_BLU.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/04_X1_HANDLE_V4_BLU.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/05_X4_FOOT_V2_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/05_X4_FOOT_V2_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/07_X2_MOBO_BRACKET_SHORT_V3_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/07_X2_MOBO_BRACKET_SHORT_V3_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/08_X1_PSU_BRACKET_LOWER_V3_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/08_X1_PSU_BRACKET_LOWER_V3_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/09_X1_PSU_BRACKET_UPPER_V3_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/09_X1_PSU_BRACKET_UPPER_V3_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/10_X2_PLATE_CLIP_V1_BLU.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/10_X2_PLATE_CLIP_V1_BLU.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/11_X8_PANEL_PIN_V1_BLU.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/11_X8_PANEL_PIN_V1_BLU.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/3-Slot Build/02_X1_3-SLOT_GPU_SUPPORT_V6_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/3-Slot Build/02_X1_3-SLOT_GPU_SUPPORT_V6_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/3-Slot Build/06_X2_3-SLOT_MOBO_BRACKET_LONG_V3_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/3-Slot Build/06_X2_3-SLOT_MOBO_BRACKET_LONG_V3_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/4-Slot Build/01B_X8_4-SLOT_PIPE_EXTENSION_V1.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/4-Slot Build/01B_X8_4-SLOT_PIPE_EXTENSION_V1.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/4-Slot Build/02_X1_4-SLOT_GPU_SUPPORT_V6_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/4-Slot Build/02_X1_4-SLOT_GPU_SUPPORT_V6_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/4-Slot Build/06_X2_4-SLOT_MOBO_BRACKET_LONG_V3_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/4-Slot Build/06_X2_4-SLOT_MOBO_BRACKET_LONG_V3_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/IO Panels/Cheap_Ebay-1_IO_PANEL_V6_12MM_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/IO Panels/Cheap_Ebay-1_IO_PANEL_V6_12MM_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/IO Panels/Cheap_Ebay-1_IO_PANEL_V6_16MM_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/IO Panels/Cheap_Ebay-1_IO_PANEL_V6_16MM_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/OPTIONAL_X2_2.5_DRIVE_SUPPORT_V3_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/OPTIONAL_X2_2.5_DRIVE_SUPPORT_V3_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/OPTIONAL_X2_3.5_DRIVE_SUPPORT_V4_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/OPTIONAL_X2_3.5_DRIVE_SUPPORT_V4_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/OPTIONAL_X2_CABLE_COMB_V2_BLU.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/OPTIONAL_X2_CABLE_COMB_V2_BLU.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/OPTIONAL_X2_FAN_BRACKET_V3_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/OPTIONAL_X2_FAN_BRACKET_V3_BLK.3mf -------------------------------------------------------------------------------- /02_3D PRINT FILES/OPTIONAL_X2_RAD_BRACKET_V1_BLK.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/02_3D PRINT FILES/OPTIONAL_X2_RAD_BRACKET_V1_BLK.3mf -------------------------------------------------------------------------------- /03_LASER CUT FILES/3-Slot_SidePanelLaser_20221105.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/03_LASER CUT FILES/3-Slot_SidePanelLaser_20221105.ai -------------------------------------------------------------------------------- /03_LASER CUT FILES/4-Slot_SidePanelLaser_20221105.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/03_LASER CUT FILES/4-Slot_SidePanelLaser_20221105.ai -------------------------------------------------------------------------------- /04_COMPONENTS/COMPONENT_LIST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/04_COMPONENTS/COMPONENT_LIST.md -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /IMAGES/circle-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/IMAGES/circle-logo.png -------------------------------------------------------------------------------- /IMAGES/overview-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/IMAGES/overview-1.jpg -------------------------------------------------------------------------------- /IMAGES/overview-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/IMAGES/overview-2.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CircleTect/space-case/HEAD/README.md --------------------------------------------------------------------------------