├── .gitattributes ├── .gitignore ├── BOM & Info └── BCN3D Electronics BOM REV_H.xlsx ├── Extruder Board ├── 3D │ ├── Back.PNG │ └── Front.PNG ├── ATE │ └── Smart Extruder Board.dxf ├── Audit report.txt ├── BOM │ └── Extruder Board bom.xlsx ├── Extruder Board_centroid_REV G.xlsx ├── GERBERS │ ├── Smart Extruder Board.GBL │ ├── Smart Extruder Board.GBO │ ├── Smart Extruder Board.GBS │ ├── Smart Extruder Board.GKO │ ├── Smart Extruder Board.GL2 │ ├── Smart Extruder Board.GL3 │ ├── Smart Extruder Board.GML │ ├── Smart Extruder Board.GTL │ ├── Smart Extruder Board.GTO │ ├── Smart Extruder Board.GTP │ ├── Smart Extruder Board.GTS │ └── Smart Extruder Board.TXT ├── PDF │ ├── Smart Extruder Board - Layout.pdf │ └── Smart Extruder Board - Schematic.pdf ├── Smart Extruder Board.brd ├── Smart Extruder Board.mnb ├── Smart Extruder Board.mnt ├── Smart Extruder Board.sch └── drilegend.lbr ├── Heated Bed ├── BCNmk2.brd ├── GERBERS │ ├── BCN3DSigma-M03C02.0P05B Heated bed.PDF │ ├── BCNmk2.GBL │ ├── BCNmk2.GBO │ ├── BCNmk2.GBP │ ├── BCNmk2.GBS │ ├── BCNmk2.GML │ ├── BCNmk2.GTL │ ├── BCNmk2.GTO │ ├── BCNmk2.GTP │ ├── BCNmk2.GTS │ ├── BCNmk2.TXT │ └── BCNmk2.do ├── HeatedBed_centroid.csv └── PDF │ └── Heated Bed.pdf ├── LICENSE ├── CHANGES.TXT ├── PRODUCT.TXT ├── cern_ohl_v_1_2.txt └── cern_ohl_v_1_2_howto.pdf ├── MotherBoard ├── BCN3D electronics.brd ├── BCN3D electronics.dru ├── BCN3D electronics.mnb ├── BCN3D electronics.mnt ├── BCN3D electronics.pro ├── BCN3D electronics.sch ├── BCN3D++_DL.scr ├── BOM │ └── BCN3D electronics-order.txt ├── GERBERS │ ├── BCN3D electronics.GBL │ ├── BCN3D electronics.GBO │ ├── BCN3D electronics.GBP │ ├── BCN3D electronics.GBS │ ├── BCN3D electronics.GML │ ├── BCN3D electronics.GTL │ ├── BCN3D electronics.GTO │ ├── BCN3D electronics.GTP │ ├── BCN3D electronics.GTS │ ├── BCN3D electronics.TXT │ ├── BCN3D electronics.do │ ├── BCN3D electronics.dri │ └── BCN3D electronics.gpi ├── Mainboard info.xlsx ├── Mainboard_centroid_REV_G.csv └── PDF │ ├── BCN3D electronics layout REVE.pdf │ └── BCN3D electronics schematic REVE.pdf ├── README.md ├── SD Reader ├── BOM │ ├── SD_Reader.csv │ └── SD_Reader.xlsx ├── GERBERS │ ├── SD_Reader-B.Cu.gbl │ ├── SD_Reader-B.Mask.gbs │ ├── SD_Reader-B.SilkS.gbo │ ├── SD_Reader-Edge.Cuts.gm1 │ ├── SD_Reader-F.Cu.gtl │ ├── SD_Reader-F.Mask.gts │ ├── SD_Reader-F.SilkS.gto │ ├── SD_Reader-NPTH-drl_map.ps │ ├── SD_Reader-bottom.pos │ ├── SD_Reader-drl_map.ps │ └── SD_Reader-top.pos ├── IMG │ ├── 3D_Back.PNG │ └── 3D_Front.PNG ├── SD_Reader-cache.lib ├── SD_Reader.kicad_pcb ├── SD_Reader.kicad_pcb-bak ├── SD_Reader.net ├── SD_Reader.pro ├── SD_Reader.sch └── Test Points Reference.xlsx ├── Silent Stepper Driver 4L ├── 3D │ ├── Back.PNG │ └── Front.PNG ├── ATE │ ├── Silent Stepper Driver Callibration plate.dxf │ └── Silent Stepper Driver bottom plate.dxf ├── BOM │ ├── Silent Stepper Driver-BOM.csv │ └── Silent Stepper Driver.xlsx ├── Documentation │ ├── AN001-Appnote_spreadCycle.pdf │ ├── AN005_PCB_Guidelines_TRINAMIC_packages_Rev1.02.pdf │ ├── AN011_Good_Ground_Connection.pdf │ ├── AN015-stealthChop_Performance.pdf │ ├── AN021-stealthChop_Performance_comparison_V111 (1).pdf │ ├── SilentStepStick-master │ │ ├── README.md │ │ ├── docu │ │ │ └── FAQ.md │ │ ├── hardware │ │ │ ├── SilentStepStick-TMC2130_v10.brd │ │ │ ├── SilentStepStick-TMC2130_v10.pdf │ │ │ ├── SilentStepStick-TMC2130_v10.sch │ │ │ ├── SilentStepStick_v10.brd │ │ │ ├── SilentStepStick_v10.jpg │ │ │ ├── SilentStepStick_v10.pdf │ │ │ ├── SilentStepStick_v10.sch │ │ │ ├── SilentStepStick_v11.brd │ │ │ ├── SilentStepStick_v11.jpg │ │ │ ├── SilentStepStick_v11.pdf │ │ │ ├── SilentStepStick_v11.sch │ │ │ ├── SilentStepStick_v12.brd │ │ │ ├── SilentStepStick_v12.jpg │ │ │ ├── SilentStepStick_v12.pdf │ │ │ ├── SilentStepStick_v12.sch │ │ │ ├── StepStick-Protector_v10.brd │ │ │ ├── StepStick-Protector_v10.pdf │ │ │ └── StepStick-Protector_v10.sch │ │ └── software │ │ │ ├── TMC2100.ino │ │ │ └── TMC2130.ino │ ├── TMC2130-Eval_v13.brd │ ├── TMC2130-Eval_v13.sch │ ├── TMC2130-Eval_v13_01_Schematic.pdf │ ├── TMC2130_datasheet.pdf │ ├── TRAMS-getting-started.pdf │ ├── TRAMS-master │ │ ├── .gitignore │ │ ├── Dokumentation │ │ │ ├── ENDSTOP.png │ │ │ ├── TRAMS HOW TO START.pdf │ │ │ └── TRAMS Pinout.pdf │ │ ├── Firmware │ │ │ └── CHANGE_LOG.txt │ │ ├── Hardware │ │ │ ├── BOM_v0.91.xlsx │ │ │ ├── eagle │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2.brd │ │ │ │ └── TMC5130_3D_Printer_BOARD_V_2.sch │ │ │ ├── gerber │ │ │ │ ├── README.txt │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2.CBL │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2.CTL │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2.L02 │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2.L03 │ │ │ │ └── TMC5130_3D_Printer_BOARD_V_2.brd │ │ │ └── pdf │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2_02_Top.pdf │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2_03_Inner1.pdf │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2_04_Inner2.pdf │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2_05_Bottom.pdf │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2_06_SilkScreenTop.pdf │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2_07_SilkScreenBottom.pdf │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2_08_PreviewTop.pdf │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2_09_PreviewBottom.pdf │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2_10_PickAndPlaceTop.pdf │ │ │ │ ├── TMC5130_3D_Printer_BOARD_V_2_11_PickAndPlaceBottom.pdf │ │ │ │ └── TMC5130_3D_Printer_BOARD_V_2_12_FullViewTop.pdf │ │ └── README.md │ └── TRINAMIC_Product_Guide.pdf ├── GERBERS │ ├── X Axis │ │ ├── Silent Stepper Driver X Axis.GBL │ │ ├── Silent Stepper Driver X Axis.GBO │ │ ├── Silent Stepper Driver X Axis.GBS │ │ ├── Silent Stepper Driver X Axis.GKO │ │ ├── Silent Stepper Driver X Axis.GL2 │ │ ├── Silent Stepper Driver X Axis.GL3 │ │ ├── Silent Stepper Driver X Axis.GML │ │ ├── Silent Stepper Driver X Axis.GTL │ │ ├── Silent Stepper Driver X Axis.GTO │ │ ├── Silent Stepper Driver X Axis.GTP │ │ ├── Silent Stepper Driver X Axis.GTS │ │ └── Silent Stepper Driver X Axis.TXT │ └── Y Z E Axis │ │ ├── Silent Stepper Driver Y Z E Axis.GBL │ │ ├── Silent Stepper Driver Y Z E Axis.GBO │ │ ├── Silent Stepper Driver Y Z E Axis.GBS │ │ ├── Silent Stepper Driver Y Z E Axis.GKO │ │ ├── Silent Stepper Driver Y Z E Axis.GL2 │ │ ├── Silent Stepper Driver Y Z E Axis.GL3 │ │ ├── Silent Stepper Driver Y Z E Axis.GML │ │ ├── Silent Stepper Driver Y Z E Axis.GTL │ │ ├── Silent Stepper Driver Y Z E Axis.GTO │ │ ├── Silent Stepper Driver Y Z E Axis.GTP │ │ ├── Silent Stepper Driver Y Z E Axis.GTS │ │ └── Silent Stepper Driver Y Z E Axis.TXT ├── PDF │ ├── Silent Stepper Driver Y Z E Axis Layout.pdf │ └── Silent Stepper Driver Y Z E Axis Schematic.pdf ├── Silent Stepper Driver X Axis.brd ├── Silent Stepper Driver X Axis.sch ├── Silent Stepper Driver Y Z E Axis.brd ├── Silent Stepper Driver Y Z E Axis.sch ├── Silent Stepper Driver_centroid.csv └── Stackup.PNG └── img ├── IMG_2489.GIF ├── IMG_2490.GIF ├── IMG_2491.GIF ├── IMG_2492.GIF ├── avrispmkii.jpg ├── mainboard.JPG └── mainboardwithcable.JPG /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/.gitignore -------------------------------------------------------------------------------- /BOM & Info/BCN3D Electronics BOM REV_H.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/BOM & Info/BCN3D Electronics BOM REV_H.xlsx -------------------------------------------------------------------------------- /Extruder Board/3D/Back.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/3D/Back.PNG -------------------------------------------------------------------------------- /Extruder Board/3D/Front.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/3D/Front.PNG -------------------------------------------------------------------------------- /Extruder Board/ATE/Smart Extruder Board.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/ATE/Smart Extruder Board.dxf -------------------------------------------------------------------------------- /Extruder Board/Audit report.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Extruder Board/BOM/Extruder Board bom.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/BOM/Extruder Board bom.xlsx -------------------------------------------------------------------------------- /Extruder Board/Extruder Board_centroid_REV G.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/Extruder Board_centroid_REV G.xlsx -------------------------------------------------------------------------------- /Extruder Board/GERBERS/Smart Extruder Board.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/GERBERS/Smart Extruder Board.GBL -------------------------------------------------------------------------------- /Extruder Board/GERBERS/Smart Extruder Board.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/GERBERS/Smart Extruder Board.GBO -------------------------------------------------------------------------------- /Extruder Board/GERBERS/Smart Extruder Board.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/GERBERS/Smart Extruder Board.GBS -------------------------------------------------------------------------------- /Extruder Board/GERBERS/Smart Extruder Board.GKO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/GERBERS/Smart Extruder Board.GKO -------------------------------------------------------------------------------- /Extruder Board/GERBERS/Smart Extruder Board.GL2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/GERBERS/Smart Extruder Board.GL2 -------------------------------------------------------------------------------- /Extruder Board/GERBERS/Smart Extruder Board.GL3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/GERBERS/Smart Extruder Board.GL3 -------------------------------------------------------------------------------- /Extruder Board/GERBERS/Smart Extruder Board.GML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/GERBERS/Smart Extruder Board.GML -------------------------------------------------------------------------------- /Extruder Board/GERBERS/Smart Extruder Board.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/GERBERS/Smart Extruder Board.GTL -------------------------------------------------------------------------------- /Extruder Board/GERBERS/Smart Extruder Board.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/GERBERS/Smart Extruder Board.GTO -------------------------------------------------------------------------------- /Extruder Board/GERBERS/Smart Extruder Board.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/GERBERS/Smart Extruder Board.GTP -------------------------------------------------------------------------------- /Extruder Board/GERBERS/Smart Extruder Board.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/GERBERS/Smart Extruder Board.GTS -------------------------------------------------------------------------------- /Extruder Board/GERBERS/Smart Extruder Board.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/GERBERS/Smart Extruder Board.TXT -------------------------------------------------------------------------------- /Extruder Board/PDF/Smart Extruder Board - Layout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/PDF/Smart Extruder Board - Layout.pdf -------------------------------------------------------------------------------- /Extruder Board/PDF/Smart Extruder Board - Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/PDF/Smart Extruder Board - Schematic.pdf -------------------------------------------------------------------------------- /Extruder Board/Smart Extruder Board.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/Smart Extruder Board.brd -------------------------------------------------------------------------------- /Extruder Board/Smart Extruder Board.mnb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Extruder Board/Smart Extruder Board.mnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/Smart Extruder Board.mnt -------------------------------------------------------------------------------- /Extruder Board/Smart Extruder Board.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/Smart Extruder Board.sch -------------------------------------------------------------------------------- /Extruder Board/drilegend.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Extruder Board/drilegend.lbr -------------------------------------------------------------------------------- /Heated Bed/BCNmk2.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/BCNmk2.brd -------------------------------------------------------------------------------- /Heated Bed/GERBERS/BCN3DSigma-M03C02.0P05B Heated bed.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/GERBERS/BCN3DSigma-M03C02.0P05B Heated bed.PDF -------------------------------------------------------------------------------- /Heated Bed/GERBERS/BCNmk2.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/GERBERS/BCNmk2.GBL -------------------------------------------------------------------------------- /Heated Bed/GERBERS/BCNmk2.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/GERBERS/BCNmk2.GBO -------------------------------------------------------------------------------- /Heated Bed/GERBERS/BCNmk2.GBP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/GERBERS/BCNmk2.GBP -------------------------------------------------------------------------------- /Heated Bed/GERBERS/BCNmk2.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/GERBERS/BCNmk2.GBS -------------------------------------------------------------------------------- /Heated Bed/GERBERS/BCNmk2.GML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/GERBERS/BCNmk2.GML -------------------------------------------------------------------------------- /Heated Bed/GERBERS/BCNmk2.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/GERBERS/BCNmk2.GTL -------------------------------------------------------------------------------- /Heated Bed/GERBERS/BCNmk2.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/GERBERS/BCNmk2.GTO -------------------------------------------------------------------------------- /Heated Bed/GERBERS/BCNmk2.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/GERBERS/BCNmk2.GTP -------------------------------------------------------------------------------- /Heated Bed/GERBERS/BCNmk2.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/GERBERS/BCNmk2.GTS -------------------------------------------------------------------------------- /Heated Bed/GERBERS/BCNmk2.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/GERBERS/BCNmk2.TXT -------------------------------------------------------------------------------- /Heated Bed/GERBERS/BCNmk2.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/GERBERS/BCNmk2.do -------------------------------------------------------------------------------- /Heated Bed/HeatedBed_centroid.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/HeatedBed_centroid.csv -------------------------------------------------------------------------------- /Heated Bed/PDF/Heated Bed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Heated Bed/PDF/Heated Bed.pdf -------------------------------------------------------------------------------- /LICENSE/CHANGES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/LICENSE/CHANGES.TXT -------------------------------------------------------------------------------- /LICENSE/PRODUCT.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/LICENSE/PRODUCT.TXT -------------------------------------------------------------------------------- /LICENSE/cern_ohl_v_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/LICENSE/cern_ohl_v_1_2.txt -------------------------------------------------------------------------------- /LICENSE/cern_ohl_v_1_2_howto.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/LICENSE/cern_ohl_v_1_2_howto.pdf -------------------------------------------------------------------------------- /MotherBoard/BCN3D electronics.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/BCN3D electronics.brd -------------------------------------------------------------------------------- /MotherBoard/BCN3D electronics.dru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/BCN3D electronics.dru -------------------------------------------------------------------------------- /MotherBoard/BCN3D electronics.mnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/BCN3D electronics.mnb -------------------------------------------------------------------------------- /MotherBoard/BCN3D electronics.mnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/BCN3D electronics.mnt -------------------------------------------------------------------------------- /MotherBoard/BCN3D electronics.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/BCN3D electronics.pro -------------------------------------------------------------------------------- /MotherBoard/BCN3D electronics.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/BCN3D electronics.sch -------------------------------------------------------------------------------- /MotherBoard/BCN3D++_DL.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/BCN3D++_DL.scr -------------------------------------------------------------------------------- /MotherBoard/BOM/BCN3D electronics-order.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/BOM/BCN3D electronics-order.txt -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.GBL -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.GBO -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.GBP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.GBP -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.GBS -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.GML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.GML -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.GTL -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.GTO -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.GTP -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.GTS -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.TXT -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.do -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.dri -------------------------------------------------------------------------------- /MotherBoard/GERBERS/BCN3D electronics.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/GERBERS/BCN3D electronics.gpi -------------------------------------------------------------------------------- /MotherBoard/Mainboard info.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/Mainboard info.xlsx -------------------------------------------------------------------------------- /MotherBoard/Mainboard_centroid_REV_G.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/Mainboard_centroid_REV_G.csv -------------------------------------------------------------------------------- /MotherBoard/PDF/BCN3D electronics layout REVE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/PDF/BCN3D electronics layout REVE.pdf -------------------------------------------------------------------------------- /MotherBoard/PDF/BCN3D electronics schematic REVE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/MotherBoard/PDF/BCN3D electronics schematic REVE.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/README.md -------------------------------------------------------------------------------- /SD Reader/BOM/SD_Reader.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/BOM/SD_Reader.csv -------------------------------------------------------------------------------- /SD Reader/BOM/SD_Reader.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/BOM/SD_Reader.xlsx -------------------------------------------------------------------------------- /SD Reader/GERBERS/SD_Reader-B.Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/GERBERS/SD_Reader-B.Cu.gbl -------------------------------------------------------------------------------- /SD Reader/GERBERS/SD_Reader-B.Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/GERBERS/SD_Reader-B.Mask.gbs -------------------------------------------------------------------------------- /SD Reader/GERBERS/SD_Reader-B.SilkS.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/GERBERS/SD_Reader-B.SilkS.gbo -------------------------------------------------------------------------------- /SD Reader/GERBERS/SD_Reader-Edge.Cuts.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/GERBERS/SD_Reader-Edge.Cuts.gm1 -------------------------------------------------------------------------------- /SD Reader/GERBERS/SD_Reader-F.Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/GERBERS/SD_Reader-F.Cu.gtl -------------------------------------------------------------------------------- /SD Reader/GERBERS/SD_Reader-F.Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/GERBERS/SD_Reader-F.Mask.gts -------------------------------------------------------------------------------- /SD Reader/GERBERS/SD_Reader-F.SilkS.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/GERBERS/SD_Reader-F.SilkS.gto -------------------------------------------------------------------------------- /SD Reader/GERBERS/SD_Reader-NPTH-drl_map.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/GERBERS/SD_Reader-NPTH-drl_map.ps -------------------------------------------------------------------------------- /SD Reader/GERBERS/SD_Reader-bottom.pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/GERBERS/SD_Reader-bottom.pos -------------------------------------------------------------------------------- /SD Reader/GERBERS/SD_Reader-drl_map.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/GERBERS/SD_Reader-drl_map.ps -------------------------------------------------------------------------------- /SD Reader/GERBERS/SD_Reader-top.pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/GERBERS/SD_Reader-top.pos -------------------------------------------------------------------------------- /SD Reader/IMG/3D_Back.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/IMG/3D_Back.PNG -------------------------------------------------------------------------------- /SD Reader/IMG/3D_Front.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/IMG/3D_Front.PNG -------------------------------------------------------------------------------- /SD Reader/SD_Reader-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/SD_Reader-cache.lib -------------------------------------------------------------------------------- /SD Reader/SD_Reader.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/SD_Reader.kicad_pcb -------------------------------------------------------------------------------- /SD Reader/SD_Reader.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/SD_Reader.kicad_pcb-bak -------------------------------------------------------------------------------- /SD Reader/SD_Reader.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/SD_Reader.net -------------------------------------------------------------------------------- /SD Reader/SD_Reader.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/SD_Reader.pro -------------------------------------------------------------------------------- /SD Reader/SD_Reader.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/SD_Reader.sch -------------------------------------------------------------------------------- /SD Reader/Test Points Reference.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/SD Reader/Test Points Reference.xlsx -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/3D/Back.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/3D/Back.PNG -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/3D/Front.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/3D/Front.PNG -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/ATE/Silent Stepper Driver Callibration plate.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/ATE/Silent Stepper Driver Callibration plate.dxf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/ATE/Silent Stepper Driver bottom plate.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/ATE/Silent Stepper Driver bottom plate.dxf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/BOM/Silent Stepper Driver-BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/BOM/Silent Stepper Driver-BOM.csv -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/BOM/Silent Stepper Driver.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/BOM/Silent Stepper Driver.xlsx -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/AN001-Appnote_spreadCycle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/AN001-Appnote_spreadCycle.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/AN005_PCB_Guidelines_TRINAMIC_packages_Rev1.02.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/AN005_PCB_Guidelines_TRINAMIC_packages_Rev1.02.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/AN011_Good_Ground_Connection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/AN011_Good_Ground_Connection.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/AN015-stealthChop_Performance.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/AN015-stealthChop_Performance.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/AN021-stealthChop_Performance_comparison_V111 (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/AN021-stealthChop_Performance_comparison_V111 (1).pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/README.md -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/docu/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/docu/FAQ.md -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick-TMC2130_v10.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick-TMC2130_v10.brd -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick-TMC2130_v10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick-TMC2130_v10.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick-TMC2130_v10.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick-TMC2130_v10.sch -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v10.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v10.brd -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v10.jpg -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v10.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v10.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v10.sch -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v11.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v11.brd -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v11.jpg -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v11.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v11.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v11.sch -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v12.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v12.brd -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v12.jpg -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v12.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v12.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v12.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/SilentStepStick_v12.sch -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/StepStick-Protector_v10.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/StepStick-Protector_v10.brd -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/StepStick-Protector_v10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/StepStick-Protector_v10.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/StepStick-Protector_v10.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/hardware/StepStick-Protector_v10.sch -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/software/TMC2100.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/software/TMC2100.ino -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/SilentStepStick-master/software/TMC2130.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/SilentStepStick-master/software/TMC2130.ino -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TMC2130-Eval_v13.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TMC2130-Eval_v13.brd -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TMC2130-Eval_v13.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TMC2130-Eval_v13.sch -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TMC2130-Eval_v13_01_Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TMC2130-Eval_v13_01_Schematic.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TMC2130_datasheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TMC2130_datasheet.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-getting-started.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-getting-started.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/.gitignore -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Dokumentation/ENDSTOP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Dokumentation/ENDSTOP.png -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Dokumentation/TRAMS HOW TO START.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Dokumentation/TRAMS HOW TO START.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Dokumentation/TRAMS Pinout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Dokumentation/TRAMS Pinout.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Firmware/CHANGE_LOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Firmware/CHANGE_LOG.txt -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/BOM_v0.91.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/BOM_v0.91.xlsx -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/eagle/TMC5130_3D_Printer_BOARD_V_2.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/eagle/TMC5130_3D_Printer_BOARD_V_2.brd -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/eagle/TMC5130_3D_Printer_BOARD_V_2.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/eagle/TMC5130_3D_Printer_BOARD_V_2.sch -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/gerber/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/gerber/README.txt -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/gerber/TMC5130_3D_Printer_BOARD_V_2.CBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/gerber/TMC5130_3D_Printer_BOARD_V_2.CBL -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/gerber/TMC5130_3D_Printer_BOARD_V_2.CTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/gerber/TMC5130_3D_Printer_BOARD_V_2.CTL -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/gerber/TMC5130_3D_Printer_BOARD_V_2.L02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/gerber/TMC5130_3D_Printer_BOARD_V_2.L02 -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/gerber/TMC5130_3D_Printer_BOARD_V_2.L03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/gerber/TMC5130_3D_Printer_BOARD_V_2.L03 -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/gerber/TMC5130_3D_Printer_BOARD_V_2.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/gerber/TMC5130_3D_Printer_BOARD_V_2.brd -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_02_Top.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_02_Top.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_03_Inner1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_03_Inner1.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_04_Inner2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_04_Inner2.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_05_Bottom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_05_Bottom.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_06_SilkScreenTop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_06_SilkScreenTop.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_07_SilkScreenBottom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_07_SilkScreenBottom.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_08_PreviewTop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_08_PreviewTop.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_09_PreviewBottom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_09_PreviewBottom.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_10_PickAndPlaceTop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_10_PickAndPlaceTop.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_11_PickAndPlaceBottom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_11_PickAndPlaceBottom.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_12_FullViewTop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/Hardware/pdf/TMC5130_3D_Printer_BOARD_V_2_12_FullViewTop.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRAMS-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRAMS-master/README.md -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Documentation/TRINAMIC_Product_Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Documentation/TRINAMIC_Product_Guide.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GBL -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GBO -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GBS -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GKO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GKO -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GL2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GL2 -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GL3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GL3 -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GML -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GTL -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GTO -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GTP -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.GTS -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/X Axis/Silent Stepper Driver X Axis.TXT -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GBL -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GBO -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GBS -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GKO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GKO -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GL2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GL2 -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GL3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GL3 -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GML -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GTL -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GTO -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GTP -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.GTS -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/GERBERS/Y Z E Axis/Silent Stepper Driver Y Z E Axis.TXT -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/PDF/Silent Stepper Driver Y Z E Axis Layout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/PDF/Silent Stepper Driver Y Z E Axis Layout.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/PDF/Silent Stepper Driver Y Z E Axis Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/PDF/Silent Stepper Driver Y Z E Axis Schematic.pdf -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Silent Stepper Driver X Axis.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Silent Stepper Driver X Axis.brd -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Silent Stepper Driver X Axis.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Silent Stepper Driver X Axis.sch -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Silent Stepper Driver Y Z E Axis.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Silent Stepper Driver Y Z E Axis.brd -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Silent Stepper Driver Y Z E Axis.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Silent Stepper Driver Y Z E Axis.sch -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Silent Stepper Driver_centroid.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Silent Stepper Driver_centroid.csv -------------------------------------------------------------------------------- /Silent Stepper Driver 4L/Stackup.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/Silent Stepper Driver 4L/Stackup.PNG -------------------------------------------------------------------------------- /img/IMG_2489.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/img/IMG_2489.GIF -------------------------------------------------------------------------------- /img/IMG_2490.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/img/IMG_2490.GIF -------------------------------------------------------------------------------- /img/IMG_2491.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/img/IMG_2491.GIF -------------------------------------------------------------------------------- /img/IMG_2492.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/img/IMG_2492.GIF -------------------------------------------------------------------------------- /img/avrispmkii.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/img/avrispmkii.jpg -------------------------------------------------------------------------------- /img/mainboard.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/img/mainboard.JPG -------------------------------------------------------------------------------- /img/mainboardwithcable.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BCN3D/BCN3DSigma-Electronics/HEAD/img/mainboardwithcable.JPG --------------------------------------------------------------------------------