So, thank you, I will start to go through the process...
My Board is: Ultimainboard rev. 2.1.4
In Pin.h there is a section with pin-assignement:
* Ultiboard v2.0 pin assignment
#define E0_STEP_PIN 49
#define E0_DIR_PIN 47
#define E0_ENABLE_PIN 48
#define E1_STEP_PIN 49
#define E1_DIR_PIN 47
#define E1_ENABLE_PIN 48
So those are the values I have to change / swap?
Thanks.
Edited by koreandi1
Recommended Posts
gr5 2,295
You can also get a cheap chinese fake UM2 circuit board - but be warned, the ones I've seen have removable stepper drivers and you might also have to buy those but the prices are extraordinary.
Anyway yes if it were me I would use E1. There's a file called "pins.h" which says which pins to use for all the steppers. That's the only file you have to edit. Compiling the code is more complicated. Here's some instructions which have been edited so I think it's mostly straightforward. Still it may take an hour or two out of your life even if you are familiar with compilers:
https://community.ultimaker.com/topic/16856-how-to-build-marlin-the-way-tinkerghome-and-ultimaker-do-it-if-you-have-windows/
Link to post
Share on other sites