What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

MCU Timeout on connect

Printer Model
Voron Zero
Extruder Type
Orbiter
Cooling Type
Afterburner
Hello,

My printer stops abruptly at random times 50% to 75% through a print. I cannot recover it through the web or klipperscreen. I need to power cycle. I thought it may be overheating because I transitioned from PLA to ABS recently and the build plate being 100°C so I swapped in a rear cover with perforations and added a larger fan to allow it to ventilate. But it quit again mid-print, and this time with PLA as I was testing the changes. Attached are excerpts from the klippy.log & moonraker.log files. I'm not sure how to read them but I think mcu timeout means a loose cable from umbilical PCB to Raspi4? Has anybody else had a similar problem?

=======================
Extruder max_extrude_ratio=2.078758
mcu 'mcu': Starting serial connect
webhooks client 4128911408: New connection
webhooks client 4128911408: Client info {'program': 'Moonraker', 'version': 'v0.9.3-0-g71f9e67'}
mcu 'mcu': Timeout on connect
mcu 'mcu': Wait for identify_response
Traceback (most recent call last):
File "/home/voron/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
params = self.send_with_response(msg, 'identify_response')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/voron/klipper/klippy/serialhdl.py", line 262, in send_with_response
return src.get_response([cmd], self.default_cmd_queue)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/voron/klipper/klippy/serialhdl.py", line 319, in get_response
self.serial.raw_send_wait_ack(cmds[-1], minclock, reqclock,
File "/home/voron/klipper/klippy/serialhdl.py", line 254, in raw_send_wait_ack
self._error("Serial connection closed")
File "/home/voron/klipper/klippy/serialhdl.py", line 61, in _error
raise error(self.warn_prefix + (msg % params))
serialhdl.error: mcu 'mcu': Serial connection closed
 

Attachments

  • moonraker-2.log
    44.4 KB · Views: 0
  • klippy-2.log
    8.8 KB · Views: 0
Top