gitextract_6gcajjkw/ ├── .gitignore ├── .gitmodules ├── CAD/ │ ├── DEC/ │ │ ├── DEC_asm.SLDASM │ │ ├── DEC_bottom_plate.SLDPRT │ │ ├── DEC_gearbox_mount.SLDPRT │ │ ├── DEC_middle_support.SLDPRT │ │ ├── DEC_middle_support_v2.SLDPRT │ │ ├── DEC_planetary_mount.SLDPRT │ │ ├── DEC_shell_left.STL │ │ ├── DEC_shell_right.STL │ │ ├── DEC_top_plate.SLDPRT │ │ ├── Part1^DEC_asm.STL │ │ ├── cw_tube_housing.SLDPRT │ │ └── output_cap.STL │ ├── Dovetail/ │ │ ├── Dovetail_asm.SLDASM │ │ ├── clamp_main.SLDPRT │ │ ├── clamp_side.SLDPRT │ │ └── connector.SLDPRT │ ├── PCB/ │ │ ├── PCB.SLDASM │ │ └── untitled(2).step │ ├── RA/ │ │ ├── Part1^DEC_asm.STL │ │ ├── RA.SLDDRW │ │ ├── RA_asm.SLDASM │ │ ├── RA_bottom_plate.SLDPRT │ │ ├── RA_gearbox_mount.SLDDRW │ │ ├── RA_gearbox_mount.SLDPRT │ │ ├── RA_middle_support.SLDDRW │ │ ├── RA_middle_support.SLDPRT │ │ ├── RA_planetary_mount.SLDPRT │ │ ├── RA_shell_left.SLDPRT │ │ ├── RA_shell_left.STL │ │ ├── RA_shell_right.SLDPRT │ │ ├── RA_shell_right.STL │ │ ├── RA_top_plate.SLDPRT │ │ └── output_extension.SLDPRT │ ├── Tangent/ │ │ ├── alt_bolt_housing.SLDPRT │ │ ├── alt_locker_base.SLDPRT │ │ ├── alt_locker_cap.SLDPRT │ │ ├── tangent_alt.SLDDRW │ │ ├── tangent_alt.SLDPRT │ │ ├── tangent_alt_spacer.SLDDRW │ │ ├── tangent_alt_spacer.SLDPRT │ │ ├── tangent_asm.SLDASM │ │ ├── tangent_az.SLDPRT │ │ ├── tangent_base.SLDDRW │ │ ├── tangent_base.SLDPRT │ │ ├── tangent_mount.SLDPRT │ │ └── tangent_tripod_spacer.SLDPRT │ ├── asm.SLDASM │ ├── console.log │ ├── drill_test.SLDPRT │ ├── output_cap.SLDPRT │ ├── parts/ │ │ ├── 17 WG BEARING.stp.SLDPRT │ │ ├── 1715063_1715063.stp.SLDPRT │ │ ├── 5972K288_Ball Bearing.SLDPRT │ │ ├── 6627T91_Stepper Motor.SLDPRT │ │ ├── CSF-17-2A-R OLDHAM COUPLING.stp.SLDPRT │ │ ├── CSF-17-2UH HOUSING.stp.SLDPRT │ │ ├── CSF-17-2UH OUTPUT.stp.SLDPRT │ │ ├── CSF-17-XXX-2UH-LW.stp │ │ ├── CSF-17-XXX-2UH.stp │ │ ├── CSF-17-XXX-2UH.stp.SLDASM │ │ ├── GT2_20T.SLDPRT │ │ ├── GT2_80T.SLDPRT │ │ ├── Nema17_27_1.SLDASM │ │ ├── Planatary_Gearbox_27_1.SLDPRT │ │ └── console.log │ └── support_triangle.SLDPRT ├── Firmware/ │ ├── OnStep_Config.h │ └── SmartWebServer_Config.h ├── LICENSE ├── Machine/ │ └── dxf/ │ ├── 1_4_inch/ │ │ ├── 1_4.dxf │ │ ├── 1_x_DEC_top_plate.DXF │ │ ├── 1_x_RA_top_plate.DXF │ │ ├── 1_x_output_extension.DXF │ │ ├── 1_x_tangent_alt_spacer.DXF │ │ ├── 2_x_DEC_middle_support_v2.DXF │ │ ├── 2_x_DEC_planetary_mount.DXF │ │ └── tangent_1_4.dxf │ └── 3_8_inch/ │ ├── 16_x_support_triangle.DXF │ ├── 1_x_DEC_bottom_plate.DXF │ ├── 1_x_RA_bottom_plate.DXF │ ├── 1_x_connector.DXF │ ├── 1_x_drill_tangent_mount.DXF │ ├── 1_x_tangent_base.DXF │ ├── 1_x_tangent_tripod_spacer.DXF │ ├── 2_x_DEC_gearbox_mount.DXF │ ├── 2_x_alt_bolt_housing.DXF │ ├── 2_x_tangent_alt.DXF │ ├── 2_x_tangent_az.DXF │ ├── 2_x_thru_tangent_mount.DXF │ ├── another3_8.dxf │ ├── another3_8.dxf~ │ ├── last_3_8.dxf │ ├── last_3_8.dxf~ │ ├── tangent_3_8.dxf │ ├── tangent_3_8.dxf~ │ ├── tangent_3_8_2.dxf │ └── tangent_3_8_2.dxf~ ├── PCB/ │ ├── CAM/ │ │ └── CAMOutputs/ │ │ ├── Assembly/ │ │ │ ├── PnP_untitled_back.txt │ │ │ ├── PnP_untitled_front.txt │ │ │ └── untitled.txt │ │ ├── DrillFiles/ │ │ │ └── drill_1_16.xln │ │ └── GerberFiles/ │ │ ├── copper_bottom.gbr │ │ ├── copper_top.gbr │ │ ├── gerber_job.gbrjob │ │ ├── profile.gbr │ │ ├── silkscreen_bottom.gbr │ │ ├── silkscreen_top.gbr │ │ ├── soldermask_bottom.gbr │ │ ├── soldermask_top.gbr │ │ ├── solderpaste_bottom.gbr │ │ └── solderpaste_top.gbr │ ├── eagle.epf │ ├── parts.txt │ ├── untitled.b#1 │ ├── untitled.b#2 │ ├── untitled.b#3 │ ├── untitled.b#4 │ ├── untitled.b#5 │ ├── untitled.b#6 │ ├── untitled.b#7 │ ├── untitled.b#8 │ ├── untitled.b#9 │ ├── untitled.brd │ ├── untitled.pro │ ├── untitled.s#1 │ ├── untitled.s#2 │ ├── untitled.s#3 │ ├── untitled.s#4 │ ├── untitled.s#5 │ ├── untitled.s#6 │ ├── untitled.s#7 │ ├── untitled.s#8 │ ├── untitled.s#9 │ ├── untitled.sch │ ├── untitled_00.job │ ├── untitled_01.job │ └── untitled_02.job └── README.md