I have ramps board and got new TMC2208 divers fitted.
I know I have fitted them correctly and set correct voltage. No further modifications just plugged in as is.
Without making ‘any’ changes in marlin apart from inverting them the printer is working as expected. I’m not sure if that means I am getting any benefits from using them?
If I change configuration file and state either
Driver TMC2208 or TMC2208_Standalone they seem to stop working. Although they will home but not move after that.
In advanced I’ve also tried setting
Configurationadv.h
#define HAVE_TMC2208
#if ENABLED(HAVE_TMC2130) || ENABLED(HAVE_TMC2208)
#define X_IS_TMC2208
#define Y_IS_TMC2208
Can someone tell me if you ‘need’ to change these values in Marlin or is this only necessarily if I modify the pins on the drivers?