Init CS pins before loading settings
This commit is contained in:
@@ -13636,6 +13636,9 @@ void setup() {
|
||||
SERIAL_PROTOCOLLNPGM("start");
|
||||
SERIAL_ECHO_START();
|
||||
|
||||
#if ENABLED(HAVE_TMC2130)
|
||||
tmc_init_cs_pins();
|
||||
#endif
|
||||
#if ENABLED(HAVE_TMC2208)
|
||||
tmc2208_serial_begin();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user