About this 3D model
Summary This is a brief summary of my effort to bring drivers TMC5160 v1.2 and SKR1.3 to the cooperation. First of all please cut the pin on driver as on picture. Prepare the skr 1.3 board for SPI communication as per standard. So remove all jumpers from board and put only 4 jumpers in the each driver area you want to use as per picture. setup marlin: configuration_adv.h: -#define MINIMUM_STEPPER_POST_DIR_DELAY 20 -#define MINIMUM_STEPPER_PRE_DIR_DELAY 20 -#define MINIMUM_STEPPER_PULSE 0 -#define MAXIMUM_STEPPER_RATE 400000 -#define X_RSENSE 0.075 -#define X_CHAIN_POS -1 -#define TMC_USE_SW_SPI -#define STEALTHCHOP_XY -#define STEALTHCHOP_Z -#define STEALTHCHOP_E -#define MONITOR_DRIVER_STATUS -#define SQUARE_WAVE_STEPPING -#define TMC_DEBUG configuration.h: -#define SERIAL_PORT 0 -#define SERIAL_PORT_2 -1 -#define BAUDRATE 115200 -#define MOTHERBOARD BOARD_BTT_SKR_V1_3 -#define X_DRIVER_TYPE TMC5160 -#define Y_DRIVER_TYPE TMC5160 -#define Z_DRIVER_TYPE TMC5160 -#define E0_DRIVER_TYPE TMC5160 those are not all settings. Many settings are related to the printer type so there is no reason to put here them. So only include above settings to your config files. and now the most important thing is move jumper for choosing power supply for board to the left position and supply board from external power supply. The drivers failed communication if supplied over USB from PC. Post-Printing