Basic Information:
Printer Model: Anycubic Vyper
MCU / Printerboard: STM32F103
klippy.log
klippy.log (43.5 KB)
Fill out above information and in all cases attach your klippy.log
file. Pasting your printer.cfg
is not needed
Describe your issue:
I’m running klippy / mainsail on a x86 laptop that I set up using kiauh
.
My printer seems to have flashed correctly according to other threads I’ve listed as I do see it listed under /dev/serial/by-id/
when I connect the usb cable.
However, as you can see in the logs, whenever I try to restart the firmware I get an error:
mcu 'mcu': Timeout on connect
mcu 'mcu': Wait for identify_response
Traceback (most recent call last):
File "/home/dustin/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
params = self.send_with_response(msg, 'identify_response')
File "/home/dustin/klipper/klippy/serialhdl.py", line 259, in send_with_response
return src.get_response([cmd], self.default_cmd_queue)
File "/home/dustin/klipper/klippy/serialhdl.py", line 317, in get_response
cmd_queue)
File "/home/dustin/klipper/klippy/serialhdl.py", line 251, in raw_send_wait_ack
self._error("Serial connection closed")
File "/home/dustin/klipper/klippy/serialhdl.py", line 61, in _error
raise error(self.warn_prefix + (msg % params))
error: mcu 'mcu': Serial connection closed
So unfortunately I’m not really sure where to go from here.
Thanks so much in advance!