Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
9.56k stars 5.34k forks source link

Update ender 3 v2 re: GD32F303 variants. #6699

Open berg-michael opened 1 month ago

berg-michael commented 1 month ago

Ender started shipping GD32F303 based mainboards sometime in 2022. These require "Disable SWD at startup" to be toggled. This PR adds a note regarding this setting. The note is lifted from the ender3pro-2020 config file, but I changed GD32F103 to GD32F303 as I believe this is the chip used in these models.

JamesH1978 commented 1 month ago

Thanks for submitting a PR, generally the GD32F303 variants do not need that setting, only the GD32F103 ones.

It seems to be a weird quirk that the GD32F303 is a better clone of the STM32F103 than the similar numbered GD32F103.

This is why these configs have not been changed to say otherwise.

Thanks James