Basic Information:
Printer Model: BLV mgn Cube
klippy (2).log (121.6 KB)
MCU / Printerboard: Octopus f446
Host / SBC OrangePi
klippy.log
Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
Please help, ebb42 is on my head, I bought a cartographer (or rather, a clone from IDM), connected everything according to the instructions docs.cartographer3d.com but if I connect the cartographer, the printer does not start at all, everything is fine without it, I can’t get the canbus_uuid of the cartographer either, it gives an error
mcu ‘EBBCan’: 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
~/klippy-env/bin/python ~/klipper/scripts/canbus_query.py can0
Traceback (most recent call last):
File “/home/orangepi/klippy-env/lib/python3.9/site-packages/can/interfaces/socketcan/socketcan.py”, line 679, in _send_once
sent = self.socket.send(data)
OSError: [Errno 105] No buffer space available
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/orangepi/klipper/scripts/canbus_query.py”, line 64, in
main()
File “/home/orangepi/klipper/scripts/canbus_query.py”, line 61, in main
query_unassigned(canbus_iface)
File “/home/orangepi/klipper/scripts/canbus_query.py”, line 25, in query_unassigned
bus.send(msg)
File “/home/orangepi/klippy-env/lib/python3.9/site-packages/can/interfaces/socketcan/socketcan.py”, line 658, in send
sent = self._send_once(data, msg.channel)
File “/home/orangepi/klippy-env/lib/python3.9/site-packages/can/interfaces/socketcan/socketcan.py”, line 681, in _send_once
raise can.CanError(“Failed to transmit: %s” % exc)
can.CanError: Failed to transmit: [Errno 105] No buffer space available
sudo ifconfig -a
can0: flags=193<UP,RUNNING,NOARP> mtu 16
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 128 (UNSPEC)
RX packets 1124 bytes 8046 (7.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 188 bytes 894 (894.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
