<font face="Arial, Verdana">If I check pins.h I see</font>
<font face="Arial, Verdana">#define ORIG_X_ENABLE_PIN 14</font>
<font face="Arial, Verdana">#define ORIG_Y_ENABLE_PIN 14</font>
<font face="Arial, Verdana">#define ORIG_Z_ENABLE_PIN 26</font>
<font face="Arial, Verdana">#define ORIG_E0_ENABLE_PIN 14</font>
so extruder and x,y share same enable pin. So I guess the extruder gets disabled and that disables x and y as well. I would suggest making E0 the Z axis and Z for extruder. Then it should work and x,y,z get always same enable which is what you need anyway.