I've got a Maker Select v2.1 that I'm installing an MKS Gen 1.4 and TMC2130s in SPI mode with Marlin 1.1.9-bugfix.
These are the drivers I bought. My problem is the steppers refuse to move. Also,
this LCD works, but turning the knob causes the board to reset. The X, Y, Z positions on the LCD flash between "0" and "?", and when I try to home, the LCD says homing failed, printer halted, please reset. This is on the terminal:
Code: Select all
Send: G28 X0 Y0
[...]
Recv: echo:busy: processing
Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly
[...]
Recv: echo:busy: processing
[...]
Recv: echo:busy: processing
[...]
Recv: Error:Printer halted. kill() called!
Changing monitoring state from "Operational" to "Error: Printer halted. kill() called!"
Changing monitoring state from "Error: Printer halted. kill() called!" to "Offline (Error: Printer halted. kill() called!)"
Connection closed, closing down monitor
I followed
these two tutorials to set everything up. M122 returns
this, which makes me think I have the SPI wired correctly. Here is my
configuration.h and
configuration_adv.h. I'm stumped. Any help would be greatly appreciated.