0xD34D / ender3-v3-se-klipper-config

Klipper config for the Ender-3 V3 SE
108 stars 14 forks source link

mcu:'mcu' unable to connect #10

Open Alexandrinn opened 8 months ago

Alexandrinn commented 8 months ago

please add in the comment to the printer configuration that when creating the firmware in Klipper Firmware Configuration you need to activate [*] Disable SWD at startup option

image

For anyone else having this issue

--- I had to "enable extra low level configuration options" --- Save the config --- Exit the config

And run the make menuconfig command again to open it back up. Once you do this you should see the option on the main screen and actually be able to select it

(Before I was just searching for the command and it was red and unable to be selected”

Screenshot 2024-01-12 230411

bootuz-dinamon commented 7 months ago

Wrong USART. You need USART1 PA10/PA9 for Ender 3 V3 SE type-c connect.

Alexandrinn commented 7 months ago

Wrong USART. You need USART1 PA10/PA9 for Ender 3 V3 SE type-c connect.

The images are not mine, I took them only for a visual example...

alex-elivate commented 3 months ago

I didn't have to disable SWD, but I did need to flash my firmware twice. The first one looked and acted like it took, but wouldn't connect. I did a make clean and with the same config did another make, re-flashed it, and it worked right away. I'm wondering if this may cause some false starts for some people. Anyway, success here. I just had to adjust my stepper_x positions to -10 so it wouldn't print off the bed to the left. Great work on this. I'm thrilled.