├── .gitignore ├── Build_Instructions └── Sherpa_Micro_Build_Instructions_R2_A0.1.pdf ├── CAD ├── sherpa_micro_release_2_rev1.STEP └── sherpa_micro_release_2_rev1.x_t ├── Images └── sherpa_micro_pr.jpg ├── LICENSE.md ├── Print_Settings_and_File_Key.txt ├── README.md ├── STLs ├── micro_fixed_alpha_1 │ ├── [a]_housing_front_x1_rev1.STL │ ├── housing_core_x1_rev1.STL │ ├── housing_rear_x1_rev9.STL │ └── optional_parts │ │ ├── [a]_housing_front_k_x1_rev1.STL │ │ └── mini_adapter_x1_rev1.STL └── micro_standard_r2 │ ├── [a]_housing_front_x1_rev7.STL │ ├── [a]_idler_arm_long_x1_rev8a.STL │ ├── housing_core_x1_rev8.STL │ ├── housing_rear_x1_rev9.STL │ └── optional_parts │ ├── [a]_bondtech_thumbscrew_spacer_x1_rev1.STL │ ├── [a]_housing_front_k_x1_rev7.STL │ └── [a]_idler_arm_short_x1_rev8a.STL └── eDrawings ├── sherpa_micro_fixed_alpha_1.EASM └── sherpa_micro_r2.EASM /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /Build_Instructions/Sherpa_Micro_Build_Instructions_R2_A0.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/Build_Instructions/Sherpa_Micro_Build_Instructions_R2_A0.1.pdf -------------------------------------------------------------------------------- /CAD/sherpa_micro_release_2_rev1.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/CAD/sherpa_micro_release_2_rev1.STEP -------------------------------------------------------------------------------- /CAD/sherpa_micro_release_2_rev1.x_t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/CAD/sherpa_micro_release_2_rev1.x_t -------------------------------------------------------------------------------- /Images/sherpa_micro_pr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/Images/sherpa_micro_pr.jpg -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Print_Settings_and_File_Key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/Print_Settings_and_File_Key.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/README.md -------------------------------------------------------------------------------- /STLs/micro_fixed_alpha_1/[a]_housing_front_x1_rev1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/STLs/micro_fixed_alpha_1/[a]_housing_front_x1_rev1.STL -------------------------------------------------------------------------------- /STLs/micro_fixed_alpha_1/housing_core_x1_rev1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/STLs/micro_fixed_alpha_1/housing_core_x1_rev1.STL -------------------------------------------------------------------------------- /STLs/micro_fixed_alpha_1/housing_rear_x1_rev9.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/STLs/micro_fixed_alpha_1/housing_rear_x1_rev9.STL -------------------------------------------------------------------------------- /STLs/micro_fixed_alpha_1/optional_parts/[a]_housing_front_k_x1_rev1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/STLs/micro_fixed_alpha_1/optional_parts/[a]_housing_front_k_x1_rev1.STL -------------------------------------------------------------------------------- /STLs/micro_fixed_alpha_1/optional_parts/mini_adapter_x1_rev1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/STLs/micro_fixed_alpha_1/optional_parts/mini_adapter_x1_rev1.STL -------------------------------------------------------------------------------- /STLs/micro_standard_r2/[a]_housing_front_x1_rev7.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/STLs/micro_standard_r2/[a]_housing_front_x1_rev7.STL -------------------------------------------------------------------------------- /STLs/micro_standard_r2/[a]_idler_arm_long_x1_rev8a.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/STLs/micro_standard_r2/[a]_idler_arm_long_x1_rev8a.STL -------------------------------------------------------------------------------- /STLs/micro_standard_r2/housing_core_x1_rev8.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/STLs/micro_standard_r2/housing_core_x1_rev8.STL -------------------------------------------------------------------------------- /STLs/micro_standard_r2/housing_rear_x1_rev9.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/STLs/micro_standard_r2/housing_rear_x1_rev9.STL -------------------------------------------------------------------------------- /STLs/micro_standard_r2/optional_parts/[a]_bondtech_thumbscrew_spacer_x1_rev1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/STLs/micro_standard_r2/optional_parts/[a]_bondtech_thumbscrew_spacer_x1_rev1.STL -------------------------------------------------------------------------------- /STLs/micro_standard_r2/optional_parts/[a]_housing_front_k_x1_rev7.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/STLs/micro_standard_r2/optional_parts/[a]_housing_front_k_x1_rev7.STL -------------------------------------------------------------------------------- /STLs/micro_standard_r2/optional_parts/[a]_idler_arm_short_x1_rev8a.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/STLs/micro_standard_r2/optional_parts/[a]_idler_arm_short_x1_rev8a.STL -------------------------------------------------------------------------------- /eDrawings/sherpa_micro_fixed_alpha_1.EASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/eDrawings/sherpa_micro_fixed_alpha_1.EASM -------------------------------------------------------------------------------- /eDrawings/sherpa_micro_r2.EASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Annex-Engineering/Sherpa_Micro-Extruder/HEAD/eDrawings/sherpa_micro_r2.EASM --------------------------------------------------------------------------------