├── BOM └── BOM.md ├── Firmware ├── ReadMe.md ├── marbles.hex └── marbles_bootloader.hex ├── GerberFiles ├── Gerber_CtrlBoard_Orig.zip ├── Gerber_CtrlBoard_Thonk.zip ├── Gerber_MainBoard.zip ├── Gerber_Panel _Orig.zip └── Gerber_Panel._Thonk.zip ├── PanelLayout └── Layout.md ├── README.md └── Schematic └── Schematic_Marbles.pdf /BOM/BOM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/MARBLES/HEAD/BOM/BOM.md -------------------------------------------------------------------------------- /Firmware/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/MARBLES/HEAD/Firmware/ReadMe.md -------------------------------------------------------------------------------- /Firmware/marbles.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/MARBLES/HEAD/Firmware/marbles.hex -------------------------------------------------------------------------------- /Firmware/marbles_bootloader.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/MARBLES/HEAD/Firmware/marbles_bootloader.hex -------------------------------------------------------------------------------- /GerberFiles/Gerber_CtrlBoard_Orig.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/MARBLES/HEAD/GerberFiles/Gerber_CtrlBoard_Orig.zip -------------------------------------------------------------------------------- /GerberFiles/Gerber_CtrlBoard_Thonk.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/MARBLES/HEAD/GerberFiles/Gerber_CtrlBoard_Thonk.zip -------------------------------------------------------------------------------- /GerberFiles/Gerber_MainBoard.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/MARBLES/HEAD/GerberFiles/Gerber_MainBoard.zip -------------------------------------------------------------------------------- /GerberFiles/Gerber_Panel _Orig.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/MARBLES/HEAD/GerberFiles/Gerber_Panel _Orig.zip -------------------------------------------------------------------------------- /GerberFiles/Gerber_Panel._Thonk.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/MARBLES/HEAD/GerberFiles/Gerber_Panel._Thonk.zip -------------------------------------------------------------------------------- /PanelLayout/Layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/MARBLES/HEAD/PanelLayout/Layout.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/MARBLES/HEAD/README.md -------------------------------------------------------------------------------- /Schematic/Schematic_Marbles.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TOILmodular/MARBLES/HEAD/Schematic/Schematic_Marbles.pdf --------------------------------------------------------------------------------