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 have the same motherboard and was looking at your VS code. First question is does it work? I don't have a sensor mounted yet nor do I want filament run-out yet. Something stuck out that you have E2 and X2 activated in the Stepper Driver area of config.h. I would be willing to help with this since no one else has tried this but us two (lol).
/**
Stepper Drivers
These settings allow Marlin to tune stepper driver timing and enable advanced options for
stepper drivers that support them. You may also override timing options in Configuration_adv.h.
Hey! 🙂
Thank you for your feedback 🙂
Yes, the printer works - I'm using it most of the time in duplicate-mode and not multimaterial/multicolor. But my project lacks a lot of documentation ... especially assembly documentation 😅
Maybe we can work together? 🙃
If you send me an email to rene.huber [at] rhse.at, I can share my Whatsapp oder Telegram-Contactinfos with you, for better communication.
I have the same motherboard and was looking at your VS code. First question is does it work? I don't have a sensor mounted yet nor do I want filament run-out yet. Something stuck out that you have E2 and X2 activated in the Stepper Driver area of config.h. I would be willing to help with this since no one else has tried this but us two (lol).
/**
*/
#define X_DRIVER_TYPE TMC2130
#define Y_DRIVER_TYPE TMC2130
#define Z_DRIVER_TYPE TMC2130
#define X2_DRIVER_TYPE TMC2130
//#define Y2_DRIVER_TYPE A4988
//#define Z2_DRIVER_TYPE A4988
//#define Z3_DRIVER_TYPE A4988
//#define Z4_DRIVER_TYPE A4988
#define E0_DRIVER_TYPE TMC2130
#define E1_DRIVER_TYPE TMC2130
#define E2_DRIVER_TYPE TMC2130
//#define E3_DRIVER_TYPE A4988
//#define E4_DRIVER_TYPE A4988
//#define E5_DRIVER_TYPE A4988
//#define E6_DRIVER_TYPE A4988
//#define E7_DRIVER_TYPE A4988
The text was updated successfully, but these errors were encountered: