@HugoZM From your posts, I imagine you run a 6HC with a PanelDue attached, no boards on the CAN bus, and you control your printer from a PC running DWC (Duet Web Control) in a browser. The PC is connected via ethernet, not over USB. Please correct me if I’m wrong, I can’t see your setup from over here.
Something went wrong with the M122
report - it should begin with something like this:
code_text
``
=== Diagnostics ===
After the ethernet connection is lost, you can’t call M122
from DWC any longer - in this case, restart the Duet and invoke M122
immediately afterwards. By this, you can copy the report from the console. Yesterday, you were able to post such a report on @Phaedrux’ request.
Looking at yesterday's report, you are on RepRapFirmware version 3.5.1 - did you follow @Phaedrux’ advice to update the firmware to 3.5.4? And: which version is your DWC? (You can find this in the Settings / General tab of DWC).
To locate the LEDs on the 6HC, this Wiring Diagram is helpful. Most LEDs are located near the bottom left of the diagram. Within the 6HC’s Hardware Overview, the LED’s meanings are listed here.
Check the voltages (V_FUSED, 12V+, 5V+, 3.3V+, USB) and the STATUS LED after boot, then look if something has changed after the loss of ethernet.
If the LEDs give no hints, try the following:
- home Y, wait for ethernet to disconnect
- unplug the ethernet cable on both ends, wait a second, plug it back in: does DWC reconnect?
- If the error persists, try another ethernet cable
Please post your findings …