Canbus and python3

Basic Information:

Printer Model: Voron 2.4
MCU / Printerboard: Fysetc Spider V1.0 (with fly-utoc1 mellows)
klippy.log

Hello everyone, anyone experience a similar problem using python3 in klipper to query canbus? With python 2.7 it works regularly.

No issues, but the CAN bus requires some setup and devices before it actually functions.

https://www.klipper3d.org/CANBUS.html

Can0 previously made, printer.cfg modified. I don’t understand why with previous version of python it works.

Downgrade aenum to 3.1.12, there’s a bug with that package

~/klippy-env/bin/pip install --force-reinstall -v "aenum==3.1.12"

1 Like