I recently began a rebuild of my Airwolf3D AXIOM in which I replaced my RAMBo with a Duet3D 2 WiFi and Raspberry Pi running Klipper via fluidd as well as added a BLTouch. I have followed the guides at klipper3d and docs.fluid.xyz and everything seemed to be going well (fluidd alerted me to a couple issues in my printer.cfg which I was able to remedy) until I started getting the following message during the Klipper startup in fluidd:
mcu ‘mcu’: Unable to connect
Once the underlying issue is corrected, use the
“FIRMWARE_RESTART” command to reset the firmware, reload the
config, and restart the host software.
Error configuring printer
After searching the forums and finding some similar issues, I decided to try reflashing Klipper to my Duet. Unfortunately, this caused absolutely no noticeable improvement in the situation and the issue persists. My klippy.log ends with the following:
Traceback (most recent call last):
File “/home/pi/klipper/klippy/serialhdl.py”, line 69, in _get_identify_data
params = self.send_with_response(msg, ‘identify_response’)
File “/home/pi/klipper/klippy/serialhdl.py”, line 258, in send_with_response
return src.get_response([cmd], self.default_cmd_queue)
File “/home/pi/klipper/klippy/serialhdl.py”, line 316, in get_response
cmd_queue)
File “/home/pi/klipper/klippy/serialhdl.py”, line 250, in raw_send_wait_ack
self._error(“Serial connection closed”)
File “/home/pi/klipper/klippy/serialhdl.py”, line 62, in _error
raise error(self.warn_prefix + (msg % params))
error: mcu ‘mcu’: Serial connection closed
Any assistance that can be provided on this matter would be immensely appreciated. I have also attached my klippy.log and printer.cfg files in hopes that someone may be able to catch something I have overlooked, etc. Thank you, in advance, for any and all assistance.
klippy (2).log (136.2 KB)
printer.cfg (2.2 KB)