Help with DMX Shield + Ethernet sheild V2

Hi all, I'm trying to build a network enabled DMX controller. If I attach the DMX shield directly to my Uno R3 it works fine with the basic DMX blink sketch and the shield connected to a 4 channel DMX lighting controller. However if I plug the Ethernet v2 shield in and the MDX shield on top of that I can't get any output from the DMX shield. Uno appears to be running the sketch as the serial light is still flashing just no output. AFAIK the DMX shield only uses D2 output and Ethernet shield uses D4 and D10-13. Anyone have experience with this? Thanks!

DMX Blink sketch
github dot com/arduino-libraries/ArduinoDMX/blob/master/examples/DMXBlink/DMXBlink.ino

DMX Shield:
http://www.cqrobot.wiki/index.php/DMX_Shield_for_Arduino_SKU:_AngelDFR0260US
http://www.cqrobot.wiki/images/1/14/DMX_Shield_User_manual.pdf

Ethernet Shield v2:

https://docs.arduino.cc/libraries/ethernet/

LOL I figured it out :sweat_smile:. The underside of the Output XLR socket on the DMX shield was shorting out on the metal housing of the ethernet port on the ethernet shield. Have munged together the simple webserver example and DMX blink examples and both working fine.