├── .gitattributes ├── LICENSE.txt ├── README.md ├── STLs ├── gimbal_cam.STL ├── gimbal_core_bearing_carrier_non_pot_side.STL ├── gimbal_core_bearing_carrier_pot_side_2.STL ├── gimbal_core_non_pot_side.STL ├── gimbal_core_pot_side.STL ├── gimbal_frame_cam_side.STL ├── gimbal_frame_pot_side_2.STL ├── gimbal_lever_arm.STL ├── gimbal_plate.STL └── housing_body.STL ├── gimbal_assembly.SLDASM ├── gimbal_cam.SLDPRT ├── gimbal_cam2.SLDPRT ├── gimbal_cam2.STL ├── gimbal_core_assembly.SLDASM ├── gimbal_core_bearing_carrier.SLDPRT ├── gimbal_core_non_pot_side.SLDPRT ├── gimbal_core_pot_side.SLDPRT ├── gimbal_frame.SLDPRT ├── gimbal_lever_arm.SLDPRT ├── gimbal_lever_arm.STL ├── gimbal_plate.SLDPRT ├── grip_nut.SLDPRT ├── grip_nut.STL ├── housing_body.SLDPRT └── strainrelief.SLDPRT /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/README.md -------------------------------------------------------------------------------- /STLs/gimbal_cam.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/STLs/gimbal_cam.STL -------------------------------------------------------------------------------- /STLs/gimbal_core_bearing_carrier_non_pot_side.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/STLs/gimbal_core_bearing_carrier_non_pot_side.STL -------------------------------------------------------------------------------- /STLs/gimbal_core_bearing_carrier_pot_side_2.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/STLs/gimbal_core_bearing_carrier_pot_side_2.STL -------------------------------------------------------------------------------- /STLs/gimbal_core_non_pot_side.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/STLs/gimbal_core_non_pot_side.STL -------------------------------------------------------------------------------- /STLs/gimbal_core_pot_side.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/STLs/gimbal_core_pot_side.STL -------------------------------------------------------------------------------- /STLs/gimbal_frame_cam_side.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/STLs/gimbal_frame_cam_side.STL -------------------------------------------------------------------------------- /STLs/gimbal_frame_pot_side_2.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/STLs/gimbal_frame_pot_side_2.STL -------------------------------------------------------------------------------- /STLs/gimbal_lever_arm.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/STLs/gimbal_lever_arm.STL -------------------------------------------------------------------------------- /STLs/gimbal_plate.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/STLs/gimbal_plate.STL -------------------------------------------------------------------------------- /STLs/housing_body.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/STLs/housing_body.STL -------------------------------------------------------------------------------- /gimbal_assembly.SLDASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/gimbal_assembly.SLDASM -------------------------------------------------------------------------------- /gimbal_cam.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/gimbal_cam.SLDPRT -------------------------------------------------------------------------------- /gimbal_cam2.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/gimbal_cam2.SLDPRT -------------------------------------------------------------------------------- /gimbal_cam2.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/gimbal_cam2.STL -------------------------------------------------------------------------------- /gimbal_core_assembly.SLDASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/gimbal_core_assembly.SLDASM -------------------------------------------------------------------------------- /gimbal_core_bearing_carrier.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/gimbal_core_bearing_carrier.SLDPRT -------------------------------------------------------------------------------- /gimbal_core_non_pot_side.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/gimbal_core_non_pot_side.SLDPRT -------------------------------------------------------------------------------- /gimbal_core_pot_side.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/gimbal_core_pot_side.SLDPRT -------------------------------------------------------------------------------- /gimbal_frame.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/gimbal_frame.SLDPRT -------------------------------------------------------------------------------- /gimbal_lever_arm.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/gimbal_lever_arm.SLDPRT -------------------------------------------------------------------------------- /gimbal_lever_arm.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/gimbal_lever_arm.STL -------------------------------------------------------------------------------- /gimbal_plate.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/gimbal_plate.SLDPRT -------------------------------------------------------------------------------- /grip_nut.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/grip_nut.SLDPRT -------------------------------------------------------------------------------- /grip_nut.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/grip_nut.STL -------------------------------------------------------------------------------- /housing_body.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/housing_body.SLDPRT -------------------------------------------------------------------------------- /strainrelief.SLDPRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdbeerman/Joystick-Gimbal/HEAD/strainrelief.SLDPRT --------------------------------------------------------------------------------