bigsub
1
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.
NAPCAL
2
No issues, but the CAN bus requires some setup and devices before it actually functions.
https://www.klipper3d.org/CANBUS.html
bigsub
3
Can0 previously made, printer.cfg modified. I don’t understand why with previous version of python it works.
jpe230
4
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