Main board problem

Hello, i have problem with main board.

I upgrade Basic 0.5MM extruder to 0.35MM i change modul with it. But when i connect Repetier and want move with X motor dont work. But when i change cable on board for Y motor on X work but Y not. I think problem is on board behind modul X. Befor upgrade all work without problem.

This is default involvement.
On this picture work motor Y but X not.

And here work X but Y not. I think problem is on litle board for the motor.

Can anyone help me with it ? Thank you.

What Arduino Version did you use to update the firmware?
Any Version above 1.0.6 will not compile the firmware correctly, often leading to motor issues.

I have 1.6.5 i test download 1.0.6.

Thank you, but I have one more problem, extruder motor rotate to left but i need to spin to right, all is corectly with instruction http://manuals.velleman.eu/article.php?id=357

You can change the extruder movement direction by switching wires on the motor, or by
setting the direction flag in the firmware (configuration.h) to the opposite by changing this line :

#define INVERT_E0_DIR true   // for direct drive extruder v9 set to true, for geared extruder set to false

and reflash the firmware.