You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that it was changed also. I assumed it was a mistake and left E0 as 3 while compiling like an hour ago. Will report back after I get the board hooked up and tested.
In Configuration_adv.h:
#define X_SLAVE_ADDRESS 0 #define Y_SLAVE_ADDRESS 1 #define Z_SLAVE_ADDRESS 2 #define X2_SLAVE_ADDRESS 0 #define Y2_SLAVE_ADDRESS 0 #define Z2_SLAVE_ADDRESS 0 #define Z3_SLAVE_ADDRESS 3 //<--- #define E0_SLAVE_ADDRESS 0 //<--- #define E1_SLAVE_ADDRESS 0 #define E2_SLAVE_ADDRESS 0 #define E3_SLAVE_ADDRESS 0 #define E4_SLAVE_ADDRESS 0 #define E5_SLAVE_ADDRESS 0
It seems wrong to me. Previously it was like that:
#define Z3_SLAVE_ADDRESS 0 #define E0_SLAVE_ADDRESS 3
The text was updated successfully, but these errors were encountered: