Hi!
You mean in pins.h
/* original configuration for motherboard 39
#define ORIG_E0_STEP_PIN 26
#define ORIG_E0_DIR_PIN 28
#define ORIG_E0_ENABLE_PIN 24
#define ORIG_E1_STEP_PIN 36
#define ORIG_E1_DIR_PIN 34
#define ORIG_E1_ENABLE_PIN 30 */
// reverse configuration as suggested
#define ORIG_E0_STEP_PIN 36
#define ORIG_E0_DIR_PIN 34
#define ORIG_E0_ENABLE_PIN 30
#define ORIG_E1_STEP_PIN 26
#define ORIG_E1_DIR_PIN 28
#define ORIG_E1_ENABLE_PIN 24
When I ask E1 to extrude, the hardware for E0 work. When I ask E0 to extrude, the hardware for E1 don't work.
Look like the pins 26 28 24 seen to be wrong for my ZRIB V5.3 or my motherboard isn't a 39 type...
Look lie pins 36 34 30 are good for one extruder.
Thank