Azteeg X3 PRO - Problems with third (..forth, fifth..) extruder
Hey there!
I am using the Azteeg X3 Pro running with Repetier 0.92.
So far I was using it with two extruders and everything worked fine. Now I would like to use a third (..forth, fifth..) extruder. Therefore I used the configuration tool to create a new configuration.h file defining 3 (..4,5...) Extruders (EXT0, EXT1, EXT2). Same settings for the 3 extruder motors.
With manual control I can still move EXT0 and EXT1 without problems. But When I try to move EXT2, it only works in one direction. Or more precise:
Moving EXT2 "up" -> motor is turning to the right.
Moving EXT2 "down" -> motor starts turning to the left and immediately switches direction (turning to the right as well).
Extruder 4 & 5 (EXT3, EXT4) do not move at all (completely quiet).
What I tried so far:
- download new firmware
- changing stepper drivers
- changing motor + wiring
- redefining pins in pins.h:
pins of EXT0 -> EXT2
pins of EXT2 -> EXT0
-> same problem as before but on the motor connected to the physical extruder 0 port. Motor connected to physical extruder 2 port now works fine. So the Problem needs to be connected to the firmware.
Anybody experiecing the same problems? Any ideas what could be wrong?
cheers!
I am using the Azteeg X3 Pro running with Repetier 0.92.
So far I was using it with two extruders and everything worked fine. Now I would like to use a third (..forth, fifth..) extruder. Therefore I used the configuration tool to create a new configuration.h file defining 3 (..4,5...) Extruders (EXT0, EXT1, EXT2). Same settings for the 3 extruder motors.
With manual control I can still move EXT0 and EXT1 without problems. But When I try to move EXT2, it only works in one direction. Or more precise:
Moving EXT2 "up" -> motor is turning to the right.
Moving EXT2 "down" -> motor starts turning to the left and immediately switches direction (turning to the right as well).
Extruder 4 & 5 (EXT3, EXT4) do not move at all (completely quiet).
What I tried so far:
- download new firmware
- changing stepper drivers
- changing motor + wiring
- redefining pins in pins.h:
pins of EXT0 -> EXT2
pins of EXT2 -> EXT0
-> same problem as before but on the motor connected to the physical extruder 0 port. Motor connected to physical extruder 2 port now works fine. So the Problem needs to be connected to the firmware.
Anybody experiecing the same problems? Any ideas what could be wrong?
cheers!
Comments
And I didn't use stepper mirroring so far...
Since you use the same Board + Software with 4 Extruders it could be a hardware problem on my side. But just to make sure it isn't a Software Problem I give you my setup:
Arduino IDE 1.6.9
RepetierHost 1.5.6
Firmware: Repetier 0.92 downloaded from configuration tool https://www.repetier.com/firmware/v092/
Azteeg X3 PRO with Surestep sd8825
Testing Routine in RepetierHost (manual Control):
M302; cold extusion
G91; relative Positioning
T0; choose EXT0
G1 E1 F6;
G1 E-1 F6;
T2; choose EXT2
G1 E1 F6;
G1 E-1 F6;
What do you think? Hardware oder software problem?
E0 as EXT0
E1 as EXT1
x-axis as EXT2
y-axis as EXT3
z-axis as EXT4
And it worked straight away! So I guess my Azteeg X3 PRO - Board is simply broken.
Hi,
are your Extruder Motors all the same? and Drivers adjusted matching to the Motor specs?
had such an issue with the DRV8825 on Ramps Long time ago.
@RAyWB: Yes I am using the same motors on each extruder
thanks a lot for you suggestions!
I also tested all power lines.. Vmot=12V, VCC=5V.. all good!
Then I did some testing with a stepper driver + motor:
Driver + Motor to EXT0 -> correct movement
same Driver + Motor to EXT2 -> still changes direction (EN + STEP seemed fine, DIR not)
same Driver + Motor to EXT3 -> no movement (Signals of STEP + DIR seemed fine but EN didn't change to 0V! -> no Power)
So blink-test fine on every pin, but EXT2,EXT3 still no correct movement? Thats confusing
today I was able to try my firmware on a brand new Azteeg X3 Pro board with new firmware from Github...and still the same problem... EXT2 and EXT3 not working properly. So it has to be a software problem.
Is it possible to get a copy of the firmware files you are using for your 4 Extruder Configuration with the Azteeg X3 Pro you mentioned earlier? And also the version numberso of the Arduino IDE + ReptierHost?
I took you configuration file and adapted it in some parts (Endstops, Sensors etc., Steps/mm) and it worked straight away!! So there was something wrong with the configuration file. But no clue what exactly... both files (the old one I tried earlier and the one you gave me) are pretty much the same. Anyway I am happy that every extruder is working now :-)
thanks a lot for your help!