gitextract_fctkoy0u/ ├── .gitignore ├── Eagle/ │ └── Eagle2/ │ ├── MB_004.Rep │ ├── MB_004.dru │ ├── MB_004.lbr │ ├── MB_004.pcb │ ├── MB_004.pcb.b## │ ├── MB_004.pcb.err │ ├── MB_004.scr │ ├── Modulebit_open_Eagle.SCHLIB │ ├── Modulebit_open_Eagle.lbr │ ├── Modulebit_open_Eagle.lia │ ├── Modulebit_open_Eagle.lia.err │ ├── Modulebit_open_Eagle.log │ ├── Modulebit_open_Eagle.sch │ ├── Modulebit_open_Eagle.sch.eagle.s## │ ├── Modulebit_open_Eagle.sch.err │ ├── Modulebit_open_Eagle.schStructure │ ├── Modulebit_open_Eagle.scr │ └── __Previews/ │ └── MB_004.RepPreview ├── Kicad/ │ └── Kicad/ │ ├── MBV2-cache.lib │ ├── MBV2.bak │ ├── MBV2.kicad_pcb │ ├── MBV2.pro │ ├── MBV2.sch │ └── MBV3/ │ ├── MBV3-cache.lib │ ├── MBV3.bak │ ├── MBV3.kicad_pcb │ ├── MBV3.pro │ └── MBV3.sch ├── LICENSE ├── LICENSE-all-files ├── Manufacturing/ │ ├── Assembly/ │ │ └── Assembly 18-10-2016 21-08-01/ │ │ └── Modulebit_open_V0.3/ │ │ ├── BOM/ │ │ │ ├── Bill of Materials-Modulebit_open_V0.3.xlsx │ │ │ ├── Inhouse_assembly_PnP-ModulebitV0_3(FIRSTBUILD).csv │ │ │ ├── Placement of Bill of Materials-ModulebitV0_3(FIRSTBUILD).xlsx │ │ │ └── Purchasing Bill of Materials-Modulebit_open_V0.xlsx │ │ └── Status Report.Txt │ └── ODB++/ │ └── Assembly 18-10-2016 21-19-17/ │ └── Modulebit_open_V0.3/ │ ├── ODB/ │ │ ├── ModulebitV0_3.REP │ │ ├── ModulebitV0_3.tgz │ │ ├── modulebitv0_3_netlist.rep │ │ └── odb/ │ │ ├── fonts/ │ │ │ └── standard │ │ ├── matrix/ │ │ │ └── matrix │ │ ├── misc/ │ │ │ └── attrlist │ │ ├── steps/ │ │ │ └── pcb/ │ │ │ ├── attrlist │ │ │ ├── eda/ │ │ │ │ └── data │ │ │ ├── layers/ │ │ │ │ ├── bottom/ │ │ │ │ │ ├── attrlist │ │ │ │ │ └── features │ │ │ │ ├── bottomoverlay/ │ │ │ │ │ ├── attrlist │ │ │ │ │ └── features │ │ │ │ ├── bottompaste/ │ │ │ │ │ ├── attrlist │ │ │ │ │ └── features │ │ │ │ ├── bottomsolder/ │ │ │ │ │ ├── attrlist │ │ │ │ │ └── features │ │ │ │ ├── comp_+_bot/ │ │ │ │ │ ├── components │ │ │ │ │ └── features │ │ │ │ ├── comp_+_top/ │ │ │ │ │ ├── components │ │ │ │ │ └── features │ │ │ │ ├── drill/ │ │ │ │ │ ├── attrlist │ │ │ │ │ ├── features │ │ │ │ │ └── tools │ │ │ │ ├── mechanical1/ │ │ │ │ │ ├── attrlist │ │ │ │ │ └── features │ │ │ │ ├── mechanical4/ │ │ │ │ │ ├── attrlist │ │ │ │ │ └── features │ │ │ │ ├── top/ │ │ │ │ │ ├── attrlist │ │ │ │ │ └── features │ │ │ │ ├── topoverlay/ │ │ │ │ │ ├── attrlist │ │ │ │ │ └── features │ │ │ │ ├── toppaste/ │ │ │ │ │ ├── attrlist │ │ │ │ │ └── features │ │ │ │ └── topsolder/ │ │ │ │ ├── attrlist │ │ │ │ └── features │ │ │ ├── netlists/ │ │ │ │ └── cadnet/ │ │ │ │ └── netlist │ │ │ ├── profile │ │ │ └── stephdr │ │ ├── symbols/ │ │ │ ├── rect35.4331x27.5591_111/ │ │ │ │ └── features │ │ │ ├── rect39.4331x31.5591_111/ │ │ │ │ └── features │ │ │ ├── rect82.6772x74.8031_90_offset-17.3228x0/ │ │ │ │ └── features │ │ │ ├── rect82.6772x74.8031_90_offset17.3228x0/ │ │ │ │ └── features │ │ │ ├── rect86.6772x78.8031_90_offset-17.3228x0/ │ │ │ │ └── features │ │ │ ├── rect86.6772x78.8031_90_offset17.3228x0/ │ │ │ │ └── features │ │ │ ├── s19.685_225/ │ │ │ │ └── features │ │ │ ├── s19.685_315/ │ │ │ │ └── features │ │ │ ├── s35.433_225/ │ │ │ │ └── features │ │ │ └── s35.433_315/ │ │ │ └── features │ │ └── user/ │ │ └── ModulebitV0_3.RUL │ └── Status Report.Txt ├── README.md └── STEP/ └── Mechanical 18-10-2016 21-15-37/ ├── ExportSTEP/ │ └── ModulebitV0_3(FIRSTBUILD).step └── Status Report.Txt