Does anyone have a working BTT Kraken?

Basic Information:

Printer Model: Custom
MCU / Printerboard:BTT Kraken
Host / SBC Pi 3b
klippy.log (2.1 MB)

klippy.log

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

So no matter what I try I always get the SPI unable to write Globalscaler error on z1. I wnet to BTT and they sent me a replacement Kraken but I get the same error. I’ve triple checked wiring,replaced the z axis motors and swapped power supplies. I’m at a complete loss as to why this is happening. As always any help/suggestions would be greatly appreciated.

here is my config that works, on your log you have spi speed defined, which I don’t. I didn’t see your sense_resistor defined either.

[stepper_z]
step_pin: PG9
dir_pin: !PG10
enable_pin: !PG13
rotation_distance: 40
gear_ratio: 80:16
microsteps: 32
endstop_pin: probe:z_virtual_endstop
position_min: -5
position_max: 295
homing_speed: 15
second_homing_speed: 10
homing_retract_dist: 5

[tmc5160 stepper_z]
cs_pin: PD2
spi_software_sclk_pin: PC6
spi_software_mosi_pin: PC8
spi_software_miso_pin: PC7
#diag1_pin: PF0
run_current: 0.8
sense_resistor: 0.075
stealthchop_threshold: 0
interpolate: false

Please use the Preformatted Text feature of the forum editor for code snippets, else the snippets are useless.

Format