├── .gitignore ├── 2130-r1.png ├── 2209-r3.png ├── 2660-r3.png ├── LICENSE ├── Manufacture ├── DriverCard-StepStick │ ├── DRV-StepStick-BOM-jlc.csv │ ├── DRV-StepStick-B_Cu.gbl │ ├── DRV-StepStick-B_Mask.gbs │ ├── DRV-StepStick-B_Paste.gbp │ ├── DRV-StepStick-B_Silkscreen.gbo │ ├── DRV-StepStick-Edge_Cuts.gko │ ├── DRV-StepStick-F_Cu.gtl │ ├── DRV-StepStick-F_Mask.gts │ ├── DRV-StepStick-F_Paste.gtp │ ├── DRV-StepStick-F_Silkscreen.gto │ ├── DRV-StepStick-NPTH.drl │ ├── DRV-StepStick-PTH.drl │ ├── DRV-StepStick-jlc-pos.csv │ ├── manufacture.html │ └── schematics.pdf ├── DriverCard-TMC2130 │ ├── TMC2130_Driver-BOM-jlc.csv │ ├── TMC2130_Driver-B_Cu.gbl │ ├── TMC2130_Driver-B_Mask.gbs │ ├── TMC2130_Driver-B_Paste.gbp │ ├── TMC2130_Driver-B_Silkscreen.gbo │ ├── TMC2130_Driver-Edge_Cuts.gko │ ├── TMC2130_Driver-F_Cu.gtl │ ├── TMC2130_Driver-F_Mask.gts │ ├── TMC2130_Driver-F_Paste.gtp │ ├── TMC2130_Driver-F_Silkscreen.gto │ ├── TMC2130_Driver-NPTH.drl │ ├── TMC2130_Driver-PTH.drl │ ├── TMC2130_Driver-jlc-pos.csv │ ├── TMC2130_Driver-top.pos │ ├── manufacture.html │ └── schematics.pdf ├── DriverCard-TMC2209 │ ├── TMC2209_Driver-BOM-jlc.csv │ ├── TMC2209_Driver-B_Cu.gbl │ ├── TMC2209_Driver-B_Mask.gbs │ ├── TMC2209_Driver-B_Paste.gbp │ ├── TMC2209_Driver-B_Silkscreen.gbo │ ├── TMC2209_Driver-Edge_Cuts.gko │ ├── TMC2209_Driver-F_Cu.gtl │ ├── TMC2209_Driver-F_Mask.gts │ ├── TMC2209_Driver-F_Paste.gtp │ ├── TMC2209_Driver-F_Silkscreen.gto │ ├── TMC2209_Driver-NPTH.drl │ ├── TMC2209_Driver-PTH.drl │ ├── TMC2209_Driver-jlc-pos.csv │ ├── manufacture.html │ └── schematics.pdf ├── DriverCard-TMC2660 │ ├── TMC2660_Driver-BOM-jlc.csv │ ├── TMC2660_Driver-B_Cu.gbl │ ├── TMC2660_Driver-B_Mask.gbs │ ├── TMC2660_Driver-B_Paste.gbp │ ├── TMC2660_Driver-B_Silkscreen.gbo │ ├── TMC2660_Driver-Edge_Cuts.gko │ ├── TMC2660_Driver-F_Cu.gtl │ ├── TMC2660_Driver-F_Mask.gts │ ├── TMC2660_Driver-F_Paste.gtp │ ├── TMC2660_Driver-F_Silkscreen.gto │ ├── TMC2660_Driver-In1_Cu.g2 │ ├── TMC2660_Driver-In2_Cu.g3 │ ├── TMC2660_Driver-NPTH.drl │ ├── TMC2660_Driver-PTH.drl │ ├── TMC2660_Driver-jlc-pos.csv │ ├── manufacture.html │ └── schematics.pdf ├── PrntrBoardV2 │ ├── manufacture.html │ └── schematics.pdf ├── STL │ ├── DR_FEET_1.jpg │ ├── DR_MOUNT_1.jpg │ ├── DR_MOUNT_2.jpg │ ├── DriverMount.stl │ └── README.md ├── Wifi-Addon │ ├── manufacture.html │ └── schematics.pdf └── scripts │ ├── bom2grouped_csv_jlcpcb.xsl │ └── kicad_jlpcb_pos.awk ├── README.md ├── board-r1.png ├── drv2209-r6.jpg ├── drv2660-r2.jpg ├── hardware ├── 2410_FuseFolder.kicad_mod ├── 24lc02.dcm ├── 24lc02.lib ├── 74ls02.dcm ├── 74ls02.lib ├── 74ls125.dcm ├── 74ls125.lib ├── AMPHENOL_10018784-10210TLF.kicad_mod ├── Adc.kicad_sch ├── Buck2217.kicad_mod ├── BuckConverter.dcm ├── BuckConverter.lib ├── Button_4x4.kicad_mod ├── C_0402_1005Metric.kicad_mod ├── C_0603_1608Metric.kicad_mod ├── C_1206_3216Metric.kicad_mod ├── Conn_uSDcard.kicad_mod ├── DRV-StepStick.kicad_pcb ├── DRV-StepStick.kicad_prl ├── DRV-StepStick.kicad_pro ├── DRV-StepStick.kicad_sch ├── D_0603_1608Metric.kicad_mod ├── DriverConnectors.kicad_sch ├── ESP-12E_SMD.kicad_mod ├── ESP8266.dcm ├── ESP8266.lib ├── Endstops.kicad_sch ├── Fiducial_1mm_Dia_2.54mm_Outer_CopperTop.kicad_mod ├── Gerber │ ├── MP-Power-B_Cu.gbl │ ├── MP-Power-B_Mask.gbs │ ├── MP-Power-B_Paste.gbp │ ├── MP-Power-B_SilkS.gbo │ ├── MP-Power-Edge_Cuts.gko │ ├── MP-Power-F_Cu.gtl │ ├── MP-Power-F_Mask.gts │ ├── MP-Power-F_Paste.gtp │ ├── MP-Power-F_SilkS.gto │ ├── MP-Power-NPTH.drl │ ├── MP-Power-PTH.drl │ ├── PrntrBoardV2-BOM.csv │ ├── PrntrBoardV2-B_Cu.gbl │ ├── PrntrBoardV2-B_Mask.gbs │ ├── PrntrBoardV2-B_Paste.gbp │ ├── PrntrBoardV2-B_Silkscreen.gbo │ ├── PrntrBoardV2-Edge_Cuts.gko │ ├── PrntrBoardV2-F_Cu.gtl │ ├── PrntrBoardV2-F_Mask.gts │ ├── PrntrBoardV2-F_Paste.gtp │ ├── PrntrBoardV2-F_Silkscreen.gto │ ├── PrntrBoardV2-NPTH.drl │ ├── PrntrBoardV2-PTH.drl │ ├── PrntrBoardV2-jlc-pos.csv │ ├── PrntrBoardV2-top-pos.csv │ ├── PrntrBoardV2.html │ ├── T12_Control-B_Cu.gbl │ ├── T12_Control-B_Mask.gbs │ ├── T12_Control-B_Silkscreen.gbo │ ├── T12_Control-Edge_Cuts.gko │ ├── T12_Control-F_Cu.gtl │ ├── T12_Control-F_Fab.gbr │ ├── T12_Control-F_Mask.gts │ ├── T12_Control-F_Paste.gtp │ ├── T12_Control-F_Silkscreen.gto │ ├── T12_Control-In1_Cu.g2 │ ├── T12_Control-In2_Cu.g3 │ ├── T12_Control-NPTH.drl │ ├── T12_Control-PTH.drl │ └── T12_Control-job.gbrjob ├── IO_Connectors.kicad_sch ├── JLC_Tool_hole.kicad_mod ├── LED_0603_1608Metric.kicad_mod ├── LcdFlip.kicad_pcb ├── LcdFlip.kicad_prl ├── LcdFlip.kicad_pro ├── LcdFlip.kicad_sch ├── LcdFlip.sch ├── Logic_CMOS_IEEE.dcm ├── Logic_CMOS_IEEE.lib ├── MC-101C.kicad_mod ├── MP-Power.kicad_pcb ├── MP-Power.pro ├── MP-Power.sch ├── MWSA0402S.kicad_mod ├── MWSA0503.kicad_mod ├── Molex-SL-4POS.kicad_mod ├── Molex_SL-4pin-RA.kicad_mod ├── NUCLEO-64.dcm ├── NUCLEO-64.lib ├── Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm_HandSoldering.kicad_mod ├── PG-TDSON-8-FL.kicad_mod ├── Power.kicad_sch ├── PrntrBoardV2.kicad_pcb ├── PrntrBoardV2.kicad_prl ├── PrntrBoardV2.kicad_pro ├── PrntrBoardV2.kicad_sch ├── PrntrBoardV2.pro ├── Pwm.kicad_sch ├── R_0603_1608Metric.kicad_mod ├── R_1206_3216Metric.kicad_mod ├── SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm_ThermalVias.kicad_mod ├── SOT-23.kicad_mod ├── SOT-669_LFPAK.kicad_mod ├── STM32F407RE.lib ├── T12_Control.kicad_pcb ├── T12_Control.kicad_prl ├── T12_Control.kicad_pro ├── T12_Control.kicad_sch ├── TDFN-8-1EP_3x2mm_P0.5mm_EP1.56x1.45mm.kicad_mod ├── TMC2130_Driver.kicad_pcb ├── TMC2130_Driver.kicad_prl ├── TMC2130_Driver.kicad_pro ├── TMC2130_Driver.kicad_sch ├── TMC2130_Driver.pro ├── TMC2209_Driver.kicad_pcb ├── TMC2209_Driver.kicad_prl ├── TMC2209_Driver.kicad_pro ├── TMC2209_Driver.kicad_sch ├── TMC2209_Driver.pro ├── TMC22xx_QFN.kicad_mod ├── TMC2660.kicad_mod ├── TMC2660_Driver.kicad_pcb ├── TMC2660_Driver.kicad_prl ├── TMC2660_Driver.kicad_pro ├── TMC2660_Driver.kicad_sch ├── TMC2660_Driver.pro ├── TPC8107.kicad_sym ├── TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal.kicad_mod ├── TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.kicad_mod ├── Texas_S-PVSON-N8_ThermalVias.kicad_mod ├── VSON-8_3.3x3.3mm_P0.65mm_NexFET.kicad_mod ├── WiFi-Addon.kicad_pcb ├── WiFi-Addon.kicad_prl ├── WiFi-Addon.kicad_pro ├── WiFi-Addon.kicad_sch ├── XL-Power.kicad_pcb ├── XL-Power.pro ├── XL-Power.sch ├── ap1117-15.dcm ├── ap1117-15.lib ├── bsh105.dcm ├── bsh105.lib ├── doc │ ├── Add On Drawing.pdf │ ├── PrntrBoardV2.pdf │ ├── TMC2209_Driver.pdf │ └── TMC2660_Driver.pdf ├── drc-rules ├── fp-lib-table ├── ipd036n04l.dcm ├── ipd036n04l.lib ├── mcu.kicad_sch ├── mp1584.dcm ├── mp1584.lib ├── packages3d │ ├── 4x4_SMD_Switch.step.xz │ ├── 74m6302_1981584-1.step.xz │ ├── AMPHENOL_10018784-10210TLF.step.xz │ ├── DG350-3,5-02P.step.xz │ ├── ESP-12E.step.xz │ ├── Inductor-4.2x4.4x1.8.step.xz │ ├── Inductor-5.2x5.4x2.8.step.xz │ ├── JST-4p-ra.step.xz │ ├── KF128-2P.step.xz │ ├── Littlefuse 0154 Holder and Fuse.step.xz │ ├── MP-Power.step.xz │ ├── MX2_54x2.step.xz │ ├── MX2_54x6.step.xz │ ├── POWERSTEP01.step.xz │ ├── QFN28.step.xz │ ├── RJ12.step.xz │ ├── SOIC08 narrow.step.xz │ ├── Screw_2x6_35.step.xz │ ├── crystal 8MHz.step.xz │ ├── fuse_1206.step.xz │ ├── micro_sd.step.xz │ ├── mx2_54_4p_ra.step.xz │ └── xtal_osc_3.2x2.5.step.xz ├── stp_conn_v2.dcm ├── stp_conn_v2.lib ├── sym-lib-table ├── tmc2208.lib ├── tmc2209.dcm ├── tmc2209.lib ├── tmc2660.dcm ├── tmc2660.lib ├── tmc5130-nc.kicad_mod ├── tmc5130.dcm ├── tmc5130.kicad_mod ├── tmc5130.lib ├── uSD_push-push_ebay.dcm ├── uSD_push-push_ebay.lib ├── xl1509.dcm └── xl1509.lib └── real1.jpg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/.gitignore -------------------------------------------------------------------------------- /2130-r1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/2130-r1.png -------------------------------------------------------------------------------- /2209-r3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/2209-r3.png -------------------------------------------------------------------------------- /2660-r3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/2660-r3.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/LICENSE -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-BOM-jlc.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-BOM-jlc.csv -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-B_Cu.gbl -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-B_Mask.gbs -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-B_Paste.gbp -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-B_Silkscreen.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-B_Silkscreen.gbo -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-Edge_Cuts.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-Edge_Cuts.gko -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-F_Cu.gtl -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-F_Mask.gts -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-F_Paste.gtp -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-F_Silkscreen.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-F_Silkscreen.gto -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-NPTH.drl -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-PTH.drl -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/DRV-StepStick-jlc-pos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/DRV-StepStick-jlc-pos.csv -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/manufacture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/manufacture.html -------------------------------------------------------------------------------- /Manufacture/DriverCard-StepStick/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-StepStick/schematics.pdf -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-BOM-jlc.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-BOM-jlc.csv -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-B_Cu.gbl -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-B_Mask.gbs -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-B_Paste.gbp -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-B_Silkscreen.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-B_Silkscreen.gbo -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-Edge_Cuts.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-Edge_Cuts.gko -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-F_Cu.gtl -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-F_Mask.gts -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-F_Paste.gtp -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-F_Silkscreen.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-F_Silkscreen.gto -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-NPTH.drl -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-PTH.drl -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-jlc-pos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-jlc-pos.csv -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/TMC2130_Driver-top.pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/TMC2130_Driver-top.pos -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/manufacture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/manufacture.html -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2130/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2130/schematics.pdf -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-BOM-jlc.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-BOM-jlc.csv -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-B_Cu.gbl -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-B_Mask.gbs -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-B_Paste.gbp -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-B_Silkscreen.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-B_Silkscreen.gbo -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-Edge_Cuts.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-Edge_Cuts.gko -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-F_Cu.gtl -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-F_Mask.gts -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-F_Paste.gtp -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-F_Silkscreen.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-F_Silkscreen.gto -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-NPTH.drl -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-PTH.drl -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/TMC2209_Driver-jlc-pos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/TMC2209_Driver-jlc-pos.csv -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/manufacture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/manufacture.html -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2209/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2209/schematics.pdf -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-BOM-jlc.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-BOM-jlc.csv -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-B_Cu.gbl -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-B_Mask.gbs -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-B_Paste.gbp -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-B_Silkscreen.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-B_Silkscreen.gbo -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-Edge_Cuts.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-Edge_Cuts.gko -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-F_Cu.gtl -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-F_Mask.gts -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-F_Paste.gtp -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-F_Silkscreen.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-F_Silkscreen.gto -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-In1_Cu.g2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-In1_Cu.g2 -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-In2_Cu.g3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-In2_Cu.g3 -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-NPTH.drl -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-PTH.drl -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/TMC2660_Driver-jlc-pos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/TMC2660_Driver-jlc-pos.csv -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/manufacture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/manufacture.html -------------------------------------------------------------------------------- /Manufacture/DriverCard-TMC2660/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/DriverCard-TMC2660/schematics.pdf -------------------------------------------------------------------------------- /Manufacture/PrntrBoardV2/manufacture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/PrntrBoardV2/manufacture.html -------------------------------------------------------------------------------- /Manufacture/PrntrBoardV2/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/PrntrBoardV2/schematics.pdf -------------------------------------------------------------------------------- /Manufacture/STL/DR_FEET_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/STL/DR_FEET_1.jpg -------------------------------------------------------------------------------- /Manufacture/STL/DR_MOUNT_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/STL/DR_MOUNT_1.jpg -------------------------------------------------------------------------------- /Manufacture/STL/DR_MOUNT_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/STL/DR_MOUNT_2.jpg -------------------------------------------------------------------------------- /Manufacture/STL/DriverMount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/STL/DriverMount.stl -------------------------------------------------------------------------------- /Manufacture/STL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/STL/README.md -------------------------------------------------------------------------------- /Manufacture/Wifi-Addon/manufacture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/Wifi-Addon/manufacture.html -------------------------------------------------------------------------------- /Manufacture/Wifi-Addon/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/Wifi-Addon/schematics.pdf -------------------------------------------------------------------------------- /Manufacture/scripts/bom2grouped_csv_jlcpcb.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/scripts/bom2grouped_csv_jlcpcb.xsl -------------------------------------------------------------------------------- /Manufacture/scripts/kicad_jlpcb_pos.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/Manufacture/scripts/kicad_jlpcb_pos.awk -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/README.md -------------------------------------------------------------------------------- /board-r1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/board-r1.png -------------------------------------------------------------------------------- /drv2209-r6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/drv2209-r6.jpg -------------------------------------------------------------------------------- /drv2660-r2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/drv2660-r2.jpg -------------------------------------------------------------------------------- /hardware/2410_FuseFolder.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/2410_FuseFolder.kicad_mod -------------------------------------------------------------------------------- /hardware/24lc02.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/24lc02.dcm -------------------------------------------------------------------------------- /hardware/24lc02.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/24lc02.lib -------------------------------------------------------------------------------- /hardware/74ls02.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/74ls02.dcm -------------------------------------------------------------------------------- /hardware/74ls02.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/74ls02.lib -------------------------------------------------------------------------------- /hardware/74ls125.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/74ls125.dcm -------------------------------------------------------------------------------- /hardware/74ls125.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/74ls125.lib -------------------------------------------------------------------------------- /hardware/AMPHENOL_10018784-10210TLF.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/AMPHENOL_10018784-10210TLF.kicad_mod -------------------------------------------------------------------------------- /hardware/Adc.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Adc.kicad_sch -------------------------------------------------------------------------------- /hardware/Buck2217.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Buck2217.kicad_mod -------------------------------------------------------------------------------- /hardware/BuckConverter.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/BuckConverter.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/BuckConverter.lib -------------------------------------------------------------------------------- /hardware/Button_4x4.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Button_4x4.kicad_mod -------------------------------------------------------------------------------- /hardware/C_0402_1005Metric.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/C_0402_1005Metric.kicad_mod -------------------------------------------------------------------------------- /hardware/C_0603_1608Metric.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/C_0603_1608Metric.kicad_mod -------------------------------------------------------------------------------- /hardware/C_1206_3216Metric.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/C_1206_3216Metric.kicad_mod -------------------------------------------------------------------------------- /hardware/Conn_uSDcard.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Conn_uSDcard.kicad_mod -------------------------------------------------------------------------------- /hardware/DRV-StepStick.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/DRV-StepStick.kicad_pcb -------------------------------------------------------------------------------- /hardware/DRV-StepStick.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/DRV-StepStick.kicad_prl -------------------------------------------------------------------------------- /hardware/DRV-StepStick.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/DRV-StepStick.kicad_pro -------------------------------------------------------------------------------- /hardware/DRV-StepStick.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/DRV-StepStick.kicad_sch -------------------------------------------------------------------------------- /hardware/D_0603_1608Metric.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/D_0603_1608Metric.kicad_mod -------------------------------------------------------------------------------- /hardware/DriverConnectors.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/DriverConnectors.kicad_sch -------------------------------------------------------------------------------- /hardware/ESP-12E_SMD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/ESP-12E_SMD.kicad_mod -------------------------------------------------------------------------------- /hardware/ESP8266.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/ESP8266.dcm -------------------------------------------------------------------------------- /hardware/ESP8266.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/ESP8266.lib -------------------------------------------------------------------------------- /hardware/Endstops.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Endstops.kicad_sch -------------------------------------------------------------------------------- /hardware/Fiducial_1mm_Dia_2.54mm_Outer_CopperTop.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Fiducial_1mm_Dia_2.54mm_Outer_CopperTop.kicad_mod -------------------------------------------------------------------------------- /hardware/Gerber/MP-Power-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/MP-Power-B_Cu.gbl -------------------------------------------------------------------------------- /hardware/Gerber/MP-Power-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/MP-Power-B_Mask.gbs -------------------------------------------------------------------------------- /hardware/Gerber/MP-Power-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/MP-Power-B_Paste.gbp -------------------------------------------------------------------------------- /hardware/Gerber/MP-Power-B_SilkS.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/MP-Power-B_SilkS.gbo -------------------------------------------------------------------------------- /hardware/Gerber/MP-Power-Edge_Cuts.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/MP-Power-Edge_Cuts.gko -------------------------------------------------------------------------------- /hardware/Gerber/MP-Power-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/MP-Power-F_Cu.gtl -------------------------------------------------------------------------------- /hardware/Gerber/MP-Power-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/MP-Power-F_Mask.gts -------------------------------------------------------------------------------- /hardware/Gerber/MP-Power-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/MP-Power-F_Paste.gtp -------------------------------------------------------------------------------- /hardware/Gerber/MP-Power-F_SilkS.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/MP-Power-F_SilkS.gto -------------------------------------------------------------------------------- /hardware/Gerber/MP-Power-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/MP-Power-NPTH.drl -------------------------------------------------------------------------------- /hardware/Gerber/MP-Power-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/MP-Power-PTH.drl -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-BOM.csv -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-B_Cu.gbl -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-B_Mask.gbs -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-B_Paste.gbp -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-B_Silkscreen.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-B_Silkscreen.gbo -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-Edge_Cuts.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-Edge_Cuts.gko -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-F_Cu.gtl -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-F_Mask.gts -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-F_Paste.gtp -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-F_Silkscreen.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-F_Silkscreen.gto -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-NPTH.drl -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-PTH.drl -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-jlc-pos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-jlc-pos.csv -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2-top-pos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2-top-pos.csv -------------------------------------------------------------------------------- /hardware/Gerber/PrntrBoardV2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/PrntrBoardV2.html -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-B_Cu.gbl -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-B_Mask.gbs -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-B_Silkscreen.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-B_Silkscreen.gbo -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-Edge_Cuts.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-Edge_Cuts.gko -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-F_Cu.gtl -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-F_Fab.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-F_Fab.gbr -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-F_Mask.gts -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-F_Paste.gtp -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-F_Silkscreen.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-F_Silkscreen.gto -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-In1_Cu.g2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-In1_Cu.g2 -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-In2_Cu.g3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-In2_Cu.g3 -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-NPTH.drl -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-PTH.drl -------------------------------------------------------------------------------- /hardware/Gerber/T12_Control-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Gerber/T12_Control-job.gbrjob -------------------------------------------------------------------------------- /hardware/IO_Connectors.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/IO_Connectors.kicad_sch -------------------------------------------------------------------------------- /hardware/JLC_Tool_hole.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/JLC_Tool_hole.kicad_mod -------------------------------------------------------------------------------- /hardware/LED_0603_1608Metric.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/LED_0603_1608Metric.kicad_mod -------------------------------------------------------------------------------- /hardware/LcdFlip.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/LcdFlip.kicad_pcb -------------------------------------------------------------------------------- /hardware/LcdFlip.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/LcdFlip.kicad_prl -------------------------------------------------------------------------------- /hardware/LcdFlip.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/LcdFlip.kicad_pro -------------------------------------------------------------------------------- /hardware/LcdFlip.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/LcdFlip.kicad_sch -------------------------------------------------------------------------------- /hardware/LcdFlip.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/LcdFlip.sch -------------------------------------------------------------------------------- /hardware/Logic_CMOS_IEEE.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Logic_CMOS_IEEE.dcm -------------------------------------------------------------------------------- /hardware/Logic_CMOS_IEEE.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Logic_CMOS_IEEE.lib -------------------------------------------------------------------------------- /hardware/MC-101C.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/MC-101C.kicad_mod -------------------------------------------------------------------------------- /hardware/MP-Power.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/MP-Power.kicad_pcb -------------------------------------------------------------------------------- /hardware/MP-Power.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/MP-Power.pro -------------------------------------------------------------------------------- /hardware/MP-Power.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/MP-Power.sch -------------------------------------------------------------------------------- /hardware/MWSA0402S.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/MWSA0402S.kicad_mod -------------------------------------------------------------------------------- /hardware/MWSA0503.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/MWSA0503.kicad_mod -------------------------------------------------------------------------------- /hardware/Molex-SL-4POS.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Molex-SL-4POS.kicad_mod -------------------------------------------------------------------------------- /hardware/Molex_SL-4pin-RA.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Molex_SL-4pin-RA.kicad_mod -------------------------------------------------------------------------------- /hardware/NUCLEO-64.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/NUCLEO-64.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/NUCLEO-64.lib -------------------------------------------------------------------------------- /hardware/Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm_HandSoldering.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm_HandSoldering.kicad_mod -------------------------------------------------------------------------------- /hardware/PG-TDSON-8-FL.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/PG-TDSON-8-FL.kicad_mod -------------------------------------------------------------------------------- /hardware/Power.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Power.kicad_sch -------------------------------------------------------------------------------- /hardware/PrntrBoardV2.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/PrntrBoardV2.kicad_pcb -------------------------------------------------------------------------------- /hardware/PrntrBoardV2.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/PrntrBoardV2.kicad_prl -------------------------------------------------------------------------------- /hardware/PrntrBoardV2.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/PrntrBoardV2.kicad_pro -------------------------------------------------------------------------------- /hardware/PrntrBoardV2.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/PrntrBoardV2.kicad_sch -------------------------------------------------------------------------------- /hardware/PrntrBoardV2.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/PrntrBoardV2.pro -------------------------------------------------------------------------------- /hardware/Pwm.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Pwm.kicad_sch -------------------------------------------------------------------------------- /hardware/R_0603_1608Metric.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/R_0603_1608Metric.kicad_mod -------------------------------------------------------------------------------- /hardware/R_1206_3216Metric.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/R_1206_3216Metric.kicad_mod -------------------------------------------------------------------------------- /hardware/SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm_ThermalVias.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm_ThermalVias.kicad_mod -------------------------------------------------------------------------------- /hardware/SOT-23.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/SOT-23.kicad_mod -------------------------------------------------------------------------------- /hardware/SOT-669_LFPAK.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/SOT-669_LFPAK.kicad_mod -------------------------------------------------------------------------------- /hardware/STM32F407RE.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/STM32F407RE.lib -------------------------------------------------------------------------------- /hardware/T12_Control.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/T12_Control.kicad_pcb -------------------------------------------------------------------------------- /hardware/T12_Control.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/T12_Control.kicad_prl -------------------------------------------------------------------------------- /hardware/T12_Control.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/T12_Control.kicad_pro -------------------------------------------------------------------------------- /hardware/T12_Control.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/T12_Control.kicad_sch -------------------------------------------------------------------------------- /hardware/TDFN-8-1EP_3x2mm_P0.5mm_EP1.56x1.45mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TDFN-8-1EP_3x2mm_P0.5mm_EP1.56x1.45mm.kicad_mod -------------------------------------------------------------------------------- /hardware/TMC2130_Driver.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2130_Driver.kicad_pcb -------------------------------------------------------------------------------- /hardware/TMC2130_Driver.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2130_Driver.kicad_prl -------------------------------------------------------------------------------- /hardware/TMC2130_Driver.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2130_Driver.kicad_pro -------------------------------------------------------------------------------- /hardware/TMC2130_Driver.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2130_Driver.kicad_sch -------------------------------------------------------------------------------- /hardware/TMC2130_Driver.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2130_Driver.pro -------------------------------------------------------------------------------- /hardware/TMC2209_Driver.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2209_Driver.kicad_pcb -------------------------------------------------------------------------------- /hardware/TMC2209_Driver.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2209_Driver.kicad_prl -------------------------------------------------------------------------------- /hardware/TMC2209_Driver.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2209_Driver.kicad_pro -------------------------------------------------------------------------------- /hardware/TMC2209_Driver.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2209_Driver.kicad_sch -------------------------------------------------------------------------------- /hardware/TMC2209_Driver.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2209_Driver.pro -------------------------------------------------------------------------------- /hardware/TMC22xx_QFN.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC22xx_QFN.kicad_mod -------------------------------------------------------------------------------- /hardware/TMC2660.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2660.kicad_mod -------------------------------------------------------------------------------- /hardware/TMC2660_Driver.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2660_Driver.kicad_pcb -------------------------------------------------------------------------------- /hardware/TMC2660_Driver.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2660_Driver.kicad_prl -------------------------------------------------------------------------------- /hardware/TMC2660_Driver.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2660_Driver.kicad_pro -------------------------------------------------------------------------------- /hardware/TMC2660_Driver.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2660_Driver.kicad_sch -------------------------------------------------------------------------------- /hardware/TMC2660_Driver.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TMC2660_Driver.pro -------------------------------------------------------------------------------- /hardware/TPC8107.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TPC8107.kicad_sym -------------------------------------------------------------------------------- /hardware/TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal.kicad_mod -------------------------------------------------------------------------------- /hardware/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.kicad_mod -------------------------------------------------------------------------------- /hardware/Texas_S-PVSON-N8_ThermalVias.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/Texas_S-PVSON-N8_ThermalVias.kicad_mod -------------------------------------------------------------------------------- /hardware/VSON-8_3.3x3.3mm_P0.65mm_NexFET.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/VSON-8_3.3x3.3mm_P0.65mm_NexFET.kicad_mod -------------------------------------------------------------------------------- /hardware/WiFi-Addon.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/WiFi-Addon.kicad_pcb -------------------------------------------------------------------------------- /hardware/WiFi-Addon.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/WiFi-Addon.kicad_prl -------------------------------------------------------------------------------- /hardware/WiFi-Addon.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/WiFi-Addon.kicad_pro -------------------------------------------------------------------------------- /hardware/WiFi-Addon.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/WiFi-Addon.kicad_sch -------------------------------------------------------------------------------- /hardware/XL-Power.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/XL-Power.kicad_pcb -------------------------------------------------------------------------------- /hardware/XL-Power.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/XL-Power.pro -------------------------------------------------------------------------------- /hardware/XL-Power.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/XL-Power.sch -------------------------------------------------------------------------------- /hardware/ap1117-15.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/ap1117-15.dcm -------------------------------------------------------------------------------- /hardware/ap1117-15.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/ap1117-15.lib -------------------------------------------------------------------------------- /hardware/bsh105.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/bsh105.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/bsh105.lib -------------------------------------------------------------------------------- /hardware/doc/Add On Drawing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/doc/Add On Drawing.pdf -------------------------------------------------------------------------------- /hardware/doc/PrntrBoardV2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/doc/PrntrBoardV2.pdf -------------------------------------------------------------------------------- /hardware/doc/TMC2209_Driver.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/doc/TMC2209_Driver.pdf -------------------------------------------------------------------------------- /hardware/doc/TMC2660_Driver.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/doc/TMC2660_Driver.pdf -------------------------------------------------------------------------------- /hardware/drc-rules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hardware/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/fp-lib-table -------------------------------------------------------------------------------- /hardware/ipd036n04l.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/ipd036n04l.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/ipd036n04l.lib -------------------------------------------------------------------------------- /hardware/mcu.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/mcu.kicad_sch -------------------------------------------------------------------------------- /hardware/mp1584.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/mp1584.dcm -------------------------------------------------------------------------------- /hardware/mp1584.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/mp1584.lib -------------------------------------------------------------------------------- /hardware/packages3d/4x4_SMD_Switch.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/4x4_SMD_Switch.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/74m6302_1981584-1.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/74m6302_1981584-1.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/AMPHENOL_10018784-10210TLF.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/AMPHENOL_10018784-10210TLF.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/DG350-3,5-02P.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/DG350-3,5-02P.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/ESP-12E.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/ESP-12E.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/Inductor-4.2x4.4x1.8.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/Inductor-4.2x4.4x1.8.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/Inductor-5.2x5.4x2.8.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/Inductor-5.2x5.4x2.8.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/JST-4p-ra.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/JST-4p-ra.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/KF128-2P.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/KF128-2P.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/Littlefuse 0154 Holder and Fuse.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/Littlefuse 0154 Holder and Fuse.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/MP-Power.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/MP-Power.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/MX2_54x2.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/MX2_54x2.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/MX2_54x6.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/MX2_54x6.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/POWERSTEP01.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/POWERSTEP01.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/QFN28.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/QFN28.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/RJ12.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/RJ12.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/SOIC08 narrow.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/SOIC08 narrow.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/Screw_2x6_35.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/Screw_2x6_35.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/crystal 8MHz.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/crystal 8MHz.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/fuse_1206.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/fuse_1206.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/micro_sd.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/micro_sd.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/mx2_54_4p_ra.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/mx2_54_4p_ra.step.xz -------------------------------------------------------------------------------- /hardware/packages3d/xtal_osc_3.2x2.5.step.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/packages3d/xtal_osc_3.2x2.5.step.xz -------------------------------------------------------------------------------- /hardware/stp_conn_v2.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/stp_conn_v2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/stp_conn_v2.lib -------------------------------------------------------------------------------- /hardware/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/sym-lib-table -------------------------------------------------------------------------------- /hardware/tmc2208.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/tmc2208.lib -------------------------------------------------------------------------------- /hardware/tmc2209.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/tmc2209.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/tmc2209.lib -------------------------------------------------------------------------------- /hardware/tmc2660.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/tmc2660.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/tmc2660.lib -------------------------------------------------------------------------------- /hardware/tmc5130-nc.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/tmc5130-nc.kicad_mod -------------------------------------------------------------------------------- /hardware/tmc5130.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/tmc5130.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/tmc5130.kicad_mod -------------------------------------------------------------------------------- /hardware/tmc5130.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/tmc5130.lib -------------------------------------------------------------------------------- /hardware/uSD_push-push_ebay.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/uSD_push-push_ebay.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/uSD_push-push_ebay.lib -------------------------------------------------------------------------------- /hardware/xl1509.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/xl1509.dcm -------------------------------------------------------------------------------- /hardware/xl1509.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/hardware/xl1509.lib -------------------------------------------------------------------------------- /real1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghent360/PrntrBoardV2/HEAD/real1.jpg --------------------------------------------------------------------------------