├── README.md ├── arduino_t245_controller ├── .vscode │ ├── arduino.json │ ├── c_cpp_properties.json │ ├── oldprops.notjson │ └── settings.json ├── arduino_t245_controller.ino ├── futuramdcn12pt7b.h ├── futuramdcn22pt7b.h ├── futuramdcn23pt7b.h ├── futuramdcn24pt7b.h ├── futuramdcn9pt7b.h └── works.ignore ├── gerbers ├── Gerber_BoardOutline.GKO ├── Gerber_BottomLayer.GBL ├── Gerber_BottomSolderMaskLayer.GBS ├── Gerber_TopLayer.GTL ├── Gerber_TopSilkLayer.GTO ├── Gerber_TopSolderMaskLayer.GTS ├── Gerber_drill_NPTH.DRL └── Gerber_drill_PTH.DRL ├── kicad_sch └── JBC_T245_Iron_Controller │ ├── JBC_T245_Iron_Controller-cache.lib │ ├── JBC_T245_Iron_Controller.bak │ ├── JBC_T245_Iron_Controller.bck │ ├── JBC_T245_Iron_Controller.dcm │ ├── JBC_T245_Iron_Controller.kicad_pcb │ ├── JBC_T245_Iron_Controller.lib │ ├── JBC_T245_Iron_Controller.pro │ ├── JBC_T245_Iron_Controller.sch │ └── sym-lib-table ├── openjscad_case ├── soldering_iron_case.js └── utils.js └── pics ├── assembly-1.jpg ├── assembly-2.jpg ├── assembly-3.jpg ├── assembly-4.jpg ├── assembly-5.jpg ├── front.jpg ├── in-use.jpg ├── pcb-assembled.jpg ├── pcb-bare.jpg ├── profile.jpg └── rear.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/README.md -------------------------------------------------------------------------------- /arduino_t245_controller/.vscode/arduino.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/arduino_t245_controller/.vscode/arduino.json -------------------------------------------------------------------------------- /arduino_t245_controller/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/arduino_t245_controller/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /arduino_t245_controller/.vscode/oldprops.notjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/arduino_t245_controller/.vscode/oldprops.notjson -------------------------------------------------------------------------------- /arduino_t245_controller/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/arduino_t245_controller/.vscode/settings.json -------------------------------------------------------------------------------- /arduino_t245_controller/arduino_t245_controller.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/arduino_t245_controller/arduino_t245_controller.ino -------------------------------------------------------------------------------- /arduino_t245_controller/futuramdcn12pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/arduino_t245_controller/futuramdcn12pt7b.h -------------------------------------------------------------------------------- /arduino_t245_controller/futuramdcn22pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/arduino_t245_controller/futuramdcn22pt7b.h -------------------------------------------------------------------------------- /arduino_t245_controller/futuramdcn23pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/arduino_t245_controller/futuramdcn23pt7b.h -------------------------------------------------------------------------------- /arduino_t245_controller/futuramdcn24pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/arduino_t245_controller/futuramdcn24pt7b.h -------------------------------------------------------------------------------- /arduino_t245_controller/futuramdcn9pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/arduino_t245_controller/futuramdcn9pt7b.h -------------------------------------------------------------------------------- /arduino_t245_controller/works.ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/arduino_t245_controller/works.ignore -------------------------------------------------------------------------------- /gerbers/Gerber_BoardOutline.GKO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/gerbers/Gerber_BoardOutline.GKO -------------------------------------------------------------------------------- /gerbers/Gerber_BottomLayer.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/gerbers/Gerber_BottomLayer.GBL -------------------------------------------------------------------------------- /gerbers/Gerber_BottomSolderMaskLayer.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/gerbers/Gerber_BottomSolderMaskLayer.GBS -------------------------------------------------------------------------------- /gerbers/Gerber_TopLayer.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/gerbers/Gerber_TopLayer.GTL -------------------------------------------------------------------------------- /gerbers/Gerber_TopSilkLayer.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/gerbers/Gerber_TopSilkLayer.GTO -------------------------------------------------------------------------------- /gerbers/Gerber_TopSolderMaskLayer.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/gerbers/Gerber_TopSolderMaskLayer.GTS -------------------------------------------------------------------------------- /gerbers/Gerber_drill_NPTH.DRL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/gerbers/Gerber_drill_NPTH.DRL -------------------------------------------------------------------------------- /gerbers/Gerber_drill_PTH.DRL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/gerbers/Gerber_drill_PTH.DRL -------------------------------------------------------------------------------- /kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller-cache.lib -------------------------------------------------------------------------------- /kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller.bak -------------------------------------------------------------------------------- /kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller.bck: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller.kicad_pcb -------------------------------------------------------------------------------- /kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller.lib -------------------------------------------------------------------------------- /kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller.pro -------------------------------------------------------------------------------- /kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/kicad_sch/JBC_T245_Iron_Controller/JBC_T245_Iron_Controller.sch -------------------------------------------------------------------------------- /kicad_sch/JBC_T245_Iron_Controller/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/kicad_sch/JBC_T245_Iron_Controller/sym-lib-table -------------------------------------------------------------------------------- /openjscad_case/soldering_iron_case.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/openjscad_case/soldering_iron_case.js -------------------------------------------------------------------------------- /openjscad_case/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/openjscad_case/utils.js -------------------------------------------------------------------------------- /pics/assembly-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/pics/assembly-1.jpg -------------------------------------------------------------------------------- /pics/assembly-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/pics/assembly-2.jpg -------------------------------------------------------------------------------- /pics/assembly-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/pics/assembly-3.jpg -------------------------------------------------------------------------------- /pics/assembly-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/pics/assembly-4.jpg -------------------------------------------------------------------------------- /pics/assembly-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/pics/assembly-5.jpg -------------------------------------------------------------------------------- /pics/front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/pics/front.jpg -------------------------------------------------------------------------------- /pics/in-use.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/pics/in-use.jpg -------------------------------------------------------------------------------- /pics/pcb-assembled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/pics/pcb-assembled.jpg -------------------------------------------------------------------------------- /pics/pcb-bare.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/pics/pcb-bare.jpg -------------------------------------------------------------------------------- /pics/profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/pics/profile.jpg -------------------------------------------------------------------------------- /pics/rear.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muny/DIY-JBC-T245-Station/HEAD/pics/rear.jpg --------------------------------------------------------------------------------