├── .gitignore ├── 3030_test_object ├── STEP │ ├── Test cube 3030.STEP │ ├── Test cube logo 3030 75deg.STEP │ └── Test cube logo 3030.STEP └── STL │ ├── Test cube logo 3030 75deg.STL │ ├── Test cube logo 3030.STL │ └── Test_cube_3030.STL ├── Bearing_Repacker ├── Release_1 │ ├── 625_Bearing_Repacker.textClipping │ ├── CAD │ │ ├── Bearing packer.zip │ │ ├── Cap.SLDPRT │ │ ├── Spacer F695.SLDPRT │ │ └── Top F695.SLDPRT │ ├── Images │ │ ├── 1.PNG │ │ ├── 2.PNG │ │ ├── Example.PNG │ │ └── With cap.PNG │ ├── README.md │ └── STL │ │ ├── Bottom.stl │ │ ├── Cap.STL │ │ ├── Spacer 625.STL │ │ ├── Spacer F695.STL │ │ ├── Top 625.STL │ │ └── Top F695.STL └── Release_2 │ ├── CAD │ └── Bearing packer V2.STEP │ ├── Images │ ├── 1.JPG │ ├── 2.JPG │ └── 3.JPG │ ├── README.md │ └── STL's │ ├── bottom_x1.STL │ └── top_x1.STL ├── Extruder_Calibration_Stick ├── CAD │ └── Extruder_Calibration_Stick.x_t ├── Images │ ├── 1.jpg │ ├── 2.jpg │ └── 3.jpg ├── README.md └── STLs │ ├── [a]_slider_x2.stl │ └── stick_x1.stl ├── Filament_Sample_Cards_and_Storage_Box ├── CAD.zip ├── Example.PNG ├── README.md └── STL │ ├── Annex filament card holder (10 pieces).STL │ └── Annex filament card.STL ├── LICENSE.md ├── Logo ├── ANNEX_Logo.SLDBLK ├── ANNEX_Text.SLDBLK ├── An-Xmas (1).png ├── An-Xmas (2).png ├── An-Xmas.png ├── annex-concept-1.jpg ├── annex-logo-1c-notype.dxf ├── annex-logo-1c-notype.svg ├── annex-logo-notype.png ├── annex-logo-notype_white.jpg ├── annex-logo.png ├── annex-logo1.dxf ├── annex-logo1.svg ├── annex-logo_white.jpg ├── annex_black on green.mp4 ├── annex_green on black.mp4 ├── annex_green on white.mp4 ├── annex_spooky.png └── chogori_welded_vertices_block.SLDBLK ├── Maxiwatt_4up_Sock_Mold ├── Maxiwatt_Sock_x4.x_b ├── README.md └── STLs │ ├── Cap_x1_rev1.STL │ ├── Handle_x1_rev1.STL │ ├── Insert_x4_rev1.STL │ └── Shell_x1_rev1.STL ├── Mosquito_Net ├── CAD │ ├── K1+K2_Mosquito_Net_Rev1.x_t │ └── K3_Mosquito_Net_Rev1.x_t ├── DXF │ ├── K1+K2_Mosquito_Net_Rev1.DXF │ └── K3_Mosquito_Net_Rev1.DXF ├── Gerbers │ └── K3_Mosquito_Net_Rev1.zip ├── Images │ ├── Mosquito_Net_1.png │ └── Mosquito_Net_2.png └── README.md ├── Printer_Topography_Tiles ├── Images │ └── Annex_Mountains.JPG ├── README.md ├── STEPs │ └── Annex_Mountains_STEPs.zip └── STLs │ ├── Broad_Peak_K3.STL │ ├── Chogori_K2.STL │ ├── Denali.STL │ ├── Le_Conte.STL │ ├── Masherbrum_K1.STL │ └── Redoubt.STL ├── README.md ├── Slice_Engineering_Mosquito_Mag+_Sock_Mold ├── CAD │ ├── Mag+_Sock_Mold.SLDPRT │ └── mag+_sock_mold.x_t ├── Images │ └── mag+_sock_mold.png ├── Readme.md └── STLs │ ├── mag+_sock_mold_a_x1_rev1.STL │ └── mag+_sock_mold_b_x1_rev1.STL └── TurboSnail ├── Annex_Snail_GM.stl └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /3030_test_object/STEP/Test cube 3030.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/3030_test_object/STEP/Test cube 3030.STEP -------------------------------------------------------------------------------- /3030_test_object/STEP/Test cube logo 3030 75deg.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/3030_test_object/STEP/Test cube logo 3030 75deg.STEP -------------------------------------------------------------------------------- /3030_test_object/STEP/Test cube logo 3030.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/3030_test_object/STEP/Test cube logo 3030.STEP -------------------------------------------------------------------------------- /3030_test_object/STL/Test cube logo 3030 75deg.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/3030_test_object/STL/Test cube logo 3030 75deg.STL -------------------------------------------------------------------------------- /3030_test_object/STL/Test cube logo 3030.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/3030_test_object/STL/Test cube logo 3030.STL -------------------------------------------------------------------------------- /3030_test_object/STL/Test_cube_3030.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/3030_test_object/STL/Test_cube_3030.STL -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/625_Bearing_Repacker.textClipping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/625_Bearing_Repacker.textClipping -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/CAD/Bearing packer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/CAD/Bearing packer.zip -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/CAD/Cap.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/CAD/Cap.SLDPRT -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/CAD/Spacer F695.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/CAD/Spacer F695.SLDPRT -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/CAD/Top F695.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/CAD/Top F695.SLDPRT -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/Images/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/Images/1.PNG -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/Images/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/Images/2.PNG -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/Images/Example.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/Images/Example.PNG -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/Images/With cap.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/Images/With cap.PNG -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/README.md -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/STL/Bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/STL/Bottom.stl -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/STL/Cap.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/STL/Cap.STL -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/STL/Spacer 625.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/STL/Spacer 625.STL -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/STL/Spacer F695.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/STL/Spacer F695.STL -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/STL/Top 625.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/STL/Top 625.STL -------------------------------------------------------------------------------- /Bearing_Repacker/Release_1/STL/Top F695.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_1/STL/Top F695.STL -------------------------------------------------------------------------------- /Bearing_Repacker/Release_2/CAD/Bearing packer V2.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_2/CAD/Bearing packer V2.STEP -------------------------------------------------------------------------------- /Bearing_Repacker/Release_2/Images/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_2/Images/1.JPG -------------------------------------------------------------------------------- /Bearing_Repacker/Release_2/Images/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_2/Images/2.JPG -------------------------------------------------------------------------------- /Bearing_Repacker/Release_2/Images/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_2/Images/3.JPG -------------------------------------------------------------------------------- /Bearing_Repacker/Release_2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_2/README.md -------------------------------------------------------------------------------- /Bearing_Repacker/Release_2/STL's/bottom_x1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_2/STL's/bottom_x1.STL -------------------------------------------------------------------------------- /Bearing_Repacker/Release_2/STL's/top_x1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Bearing_Repacker/Release_2/STL's/top_x1.STL -------------------------------------------------------------------------------- /Extruder_Calibration_Stick/CAD/Extruder_Calibration_Stick.x_t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Extruder_Calibration_Stick/CAD/Extruder_Calibration_Stick.x_t -------------------------------------------------------------------------------- /Extruder_Calibration_Stick/Images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Extruder_Calibration_Stick/Images/1.jpg -------------------------------------------------------------------------------- /Extruder_Calibration_Stick/Images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Extruder_Calibration_Stick/Images/2.jpg -------------------------------------------------------------------------------- /Extruder_Calibration_Stick/Images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Extruder_Calibration_Stick/Images/3.jpg -------------------------------------------------------------------------------- /Extruder_Calibration_Stick/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Extruder_Calibration_Stick/README.md -------------------------------------------------------------------------------- /Extruder_Calibration_Stick/STLs/[a]_slider_x2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Extruder_Calibration_Stick/STLs/[a]_slider_x2.stl -------------------------------------------------------------------------------- /Extruder_Calibration_Stick/STLs/stick_x1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Extruder_Calibration_Stick/STLs/stick_x1.stl -------------------------------------------------------------------------------- /Filament_Sample_Cards_and_Storage_Box/CAD.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Filament_Sample_Cards_and_Storage_Box/CAD.zip -------------------------------------------------------------------------------- /Filament_Sample_Cards_and_Storage_Box/Example.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Filament_Sample_Cards_and_Storage_Box/Example.PNG -------------------------------------------------------------------------------- /Filament_Sample_Cards_and_Storage_Box/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Filament_Sample_Cards_and_Storage_Box/README.md -------------------------------------------------------------------------------- /Filament_Sample_Cards_and_Storage_Box/STL/Annex filament card holder (10 pieces).STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Filament_Sample_Cards_and_Storage_Box/STL/Annex filament card holder (10 pieces).STL -------------------------------------------------------------------------------- /Filament_Sample_Cards_and_Storage_Box/STL/Annex filament card.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Filament_Sample_Cards_and_Storage_Box/STL/Annex filament card.STL -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Logo/ANNEX_Logo.SLDBLK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/ANNEX_Logo.SLDBLK -------------------------------------------------------------------------------- /Logo/ANNEX_Text.SLDBLK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/ANNEX_Text.SLDBLK -------------------------------------------------------------------------------- /Logo/An-Xmas (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/An-Xmas (1).png -------------------------------------------------------------------------------- /Logo/An-Xmas (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/An-Xmas (2).png -------------------------------------------------------------------------------- /Logo/An-Xmas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/An-Xmas.png -------------------------------------------------------------------------------- /Logo/annex-concept-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex-concept-1.jpg -------------------------------------------------------------------------------- /Logo/annex-logo-1c-notype.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex-logo-1c-notype.dxf -------------------------------------------------------------------------------- /Logo/annex-logo-1c-notype.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex-logo-1c-notype.svg -------------------------------------------------------------------------------- /Logo/annex-logo-notype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex-logo-notype.png -------------------------------------------------------------------------------- /Logo/annex-logo-notype_white.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex-logo-notype_white.jpg -------------------------------------------------------------------------------- /Logo/annex-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex-logo.png -------------------------------------------------------------------------------- /Logo/annex-logo1.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex-logo1.dxf -------------------------------------------------------------------------------- /Logo/annex-logo1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex-logo1.svg -------------------------------------------------------------------------------- /Logo/annex-logo_white.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex-logo_white.jpg -------------------------------------------------------------------------------- /Logo/annex_black on green.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex_black on green.mp4 -------------------------------------------------------------------------------- /Logo/annex_green on black.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex_green on black.mp4 -------------------------------------------------------------------------------- /Logo/annex_green on white.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex_green on white.mp4 -------------------------------------------------------------------------------- /Logo/annex_spooky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/annex_spooky.png -------------------------------------------------------------------------------- /Logo/chogori_welded_vertices_block.SLDBLK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Logo/chogori_welded_vertices_block.SLDBLK -------------------------------------------------------------------------------- /Maxiwatt_4up_Sock_Mold/Maxiwatt_Sock_x4.x_b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Maxiwatt_4up_Sock_Mold/Maxiwatt_Sock_x4.x_b -------------------------------------------------------------------------------- /Maxiwatt_4up_Sock_Mold/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Maxiwatt_4up_Sock_Mold/README.md -------------------------------------------------------------------------------- /Maxiwatt_4up_Sock_Mold/STLs/Cap_x1_rev1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Maxiwatt_4up_Sock_Mold/STLs/Cap_x1_rev1.STL -------------------------------------------------------------------------------- /Maxiwatt_4up_Sock_Mold/STLs/Handle_x1_rev1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Maxiwatt_4up_Sock_Mold/STLs/Handle_x1_rev1.STL -------------------------------------------------------------------------------- /Maxiwatt_4up_Sock_Mold/STLs/Insert_x4_rev1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Maxiwatt_4up_Sock_Mold/STLs/Insert_x4_rev1.STL -------------------------------------------------------------------------------- /Maxiwatt_4up_Sock_Mold/STLs/Shell_x1_rev1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Maxiwatt_4up_Sock_Mold/STLs/Shell_x1_rev1.STL -------------------------------------------------------------------------------- /Mosquito_Net/CAD/K1+K2_Mosquito_Net_Rev1.x_t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Mosquito_Net/CAD/K1+K2_Mosquito_Net_Rev1.x_t -------------------------------------------------------------------------------- /Mosquito_Net/CAD/K3_Mosquito_Net_Rev1.x_t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Mosquito_Net/CAD/K3_Mosquito_Net_Rev1.x_t -------------------------------------------------------------------------------- /Mosquito_Net/DXF/K1+K2_Mosquito_Net_Rev1.DXF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Mosquito_Net/DXF/K1+K2_Mosquito_Net_Rev1.DXF -------------------------------------------------------------------------------- /Mosquito_Net/DXF/K3_Mosquito_Net_Rev1.DXF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Mosquito_Net/DXF/K3_Mosquito_Net_Rev1.DXF -------------------------------------------------------------------------------- /Mosquito_Net/Gerbers/K3_Mosquito_Net_Rev1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Mosquito_Net/Gerbers/K3_Mosquito_Net_Rev1.zip -------------------------------------------------------------------------------- /Mosquito_Net/Images/Mosquito_Net_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Mosquito_Net/Images/Mosquito_Net_1.png -------------------------------------------------------------------------------- /Mosquito_Net/Images/Mosquito_Net_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Mosquito_Net/Images/Mosquito_Net_2.png -------------------------------------------------------------------------------- /Mosquito_Net/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Mosquito_Net/README.md -------------------------------------------------------------------------------- /Printer_Topography_Tiles/Images/Annex_Mountains.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Printer_Topography_Tiles/Images/Annex_Mountains.JPG -------------------------------------------------------------------------------- /Printer_Topography_Tiles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Printer_Topography_Tiles/README.md -------------------------------------------------------------------------------- /Printer_Topography_Tiles/STEPs/Annex_Mountains_STEPs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Printer_Topography_Tiles/STEPs/Annex_Mountains_STEPs.zip -------------------------------------------------------------------------------- /Printer_Topography_Tiles/STLs/Broad_Peak_K3.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Printer_Topography_Tiles/STLs/Broad_Peak_K3.STL -------------------------------------------------------------------------------- /Printer_Topography_Tiles/STLs/Chogori_K2.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Printer_Topography_Tiles/STLs/Chogori_K2.STL -------------------------------------------------------------------------------- /Printer_Topography_Tiles/STLs/Denali.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Printer_Topography_Tiles/STLs/Denali.STL -------------------------------------------------------------------------------- /Printer_Topography_Tiles/STLs/Le_Conte.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Printer_Topography_Tiles/STLs/Le_Conte.STL -------------------------------------------------------------------------------- /Printer_Topography_Tiles/STLs/Masherbrum_K1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Printer_Topography_Tiles/STLs/Masherbrum_K1.STL -------------------------------------------------------------------------------- /Printer_Topography_Tiles/STLs/Redoubt.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Printer_Topography_Tiles/STLs/Redoubt.STL -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/README.md -------------------------------------------------------------------------------- /Slice_Engineering_Mosquito_Mag+_Sock_Mold/CAD/Mag+_Sock_Mold.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Slice_Engineering_Mosquito_Mag+_Sock_Mold/CAD/Mag+_Sock_Mold.SLDPRT -------------------------------------------------------------------------------- /Slice_Engineering_Mosquito_Mag+_Sock_Mold/CAD/mag+_sock_mold.x_t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Slice_Engineering_Mosquito_Mag+_Sock_Mold/CAD/mag+_sock_mold.x_t -------------------------------------------------------------------------------- /Slice_Engineering_Mosquito_Mag+_Sock_Mold/Images/mag+_sock_mold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Slice_Engineering_Mosquito_Mag+_Sock_Mold/Images/mag+_sock_mold.png -------------------------------------------------------------------------------- /Slice_Engineering_Mosquito_Mag+_Sock_Mold/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Slice_Engineering_Mosquito_Mag+_Sock_Mold/Readme.md -------------------------------------------------------------------------------- /Slice_Engineering_Mosquito_Mag+_Sock_Mold/STLs/mag+_sock_mold_a_x1_rev1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Slice_Engineering_Mosquito_Mag+_Sock_Mold/STLs/mag+_sock_mold_a_x1_rev1.STL -------------------------------------------------------------------------------- /Slice_Engineering_Mosquito_Mag+_Sock_Mold/STLs/mag+_sock_mold_b_x1_rev1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/Slice_Engineering_Mosquito_Mag+_Sock_Mold/STLs/mag+_sock_mold_b_x1_rev1.STL -------------------------------------------------------------------------------- /TurboSnail/Annex_Snail_GM.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/TurboSnail/Annex_Snail_GM.stl -------------------------------------------------------------------------------- /TurboSnail/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Misc_Designs/HEAD/TurboSnail/README.md --------------------------------------------------------------------------------