#UUID and other problems

24 messages · Page 1 of 1 (latest)

silent portal
#

You have a few things going on here. Let’s dissect them.

You’re correct you don’t need a U2C. I would recommend removing it from the CANbus.

Am I right in assuming this all started after updating klipper?

When you run the MAKE FLASH command are you getting the DFU error at the end of the process?

Since your UUIDs are already assigned klipper will report back 0 UUIDs.

balmy raft
#
  1. Yes, 2. Yes. and also I keep getting the mcu error with klipper 'disconnected' on the monitor screen.
#

I get moonwalker : connected / Klipper: disconnected

silent portal
#

There was a breaking update to klipper. The troubleshooting channel had a few threads that should get you back up and running.

balmy raft
#

hmmm if you are talkin about the cfg files? I think I have the latest for manta v2

silent portal
#

No. I’m talking klipper. Check the troubleshooting channel. You will find many threads with similar problems to yours.

balmy raft
#

omg thank you!

balmy raft
#

Ok, new problem now. Klipper is still getting shut down. I get angry red error box now, that says virtual sd card, pause resume and something else is a problem....

jaunty copper
#

Most likely you need to add [mainsail.cfg] to your printer.cfg.

balmy raft
#

ah I have done it, but I am still not connected to Klipper....

#

yay new one now

jaunty copper
#

Check your KLIPPER LOG

balmy raft
#

what am I looking for?

jaunty copper
#

Any errors at the bottom of the log.

balmy raft
#

UUID and other problems

#

.

#

Traceback (most recent call last):
File "/home/biqu/klipper/klippy/klippy.py", line 176, in _connect
self.send_event("klippy:mcu_identify")
File "/home/biqu/klipper/klippy/klippy.py", line 263, in send_event
return [cb(*params) for cb in self.event_handlers.get(event, [])]
File "/home/biqu/klipper/klippy/klippy.py", line 263, in <listcomp>
return [cb(*params) for cb in self.event_handlers.get(event, [])]
File "/home/biqu/klipper/klippy/mcu.py", line 773, in _mcu_identify
raise error(str(e))
mcu.error: mcu 'mcu': Unable to connect

#

the main consoleish looking thing shows up for a split second and then goes back in to shutdown..

#

File "/home/biqu/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
self._error("Serial connection closed")
File "/home/biqu/klipper/klippy/serialhdl.py", line 61, in _error
raise error(self.warn_prefix + (msg % params))
serialhdl.error: mcu 'mcu': Serial connection closed

balmy raft
#

this fixed all of my problems