#MCU Problem
1 messages · Page 1 of 1 (latest)
can you please upload a klippy.log file (there is a link on the red error message to get it)
you've specified both serial and canbus_uuid?
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_040021001750344139363220-if00
canbus_uuid: 7f8f8e48ad0a```
i wondered if this might be the case from the canbus uuid's at the top of your second screenshot
if you are using canbus, you do not need a serial: ... section, just a canbus_uuid: ... section
after using # the problem is gone. Thank you. why does my printer dont need an Serial? every Video i wathcen i mfound everyone is using serial
Watched i found out*
serial is only used when you are using plain usb to talk to your mainboard
if you are using canbus, you need canbus UUIDs
ok thank you