diff options
author | JamesH1978 <87171443+JamesH1978@users.noreply.github.com> | 2022-04-24 02:25:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 21:25:07 -0400 |
commit | a829a4c93f6bc723c550f88d401faf54eb384807 (patch) | |
tree | 4e91911c4c79148b8eb32e15a4dbbb625404db1a /config/printer-creality-ender3pro-2020.cfg | |
parent | 07a90902a5a0a4e57d105d17ddf81cc9c57c4f0c (diff) | |
download | kutter-a829a4c93f6bc723c550f88d401faf54eb384807.tar.gz kutter-a829a4c93f6bc723c550f88d401faf54eb384807.tar.xz kutter-a829a4c93f6bc723c550f88d401faf54eb384807.zip |
printer-creality-ender3pro-2020: Update info on chip types (#5445)
Added flash info that some Ender 3 Pro's shipped in 2022 have the GD32F103 chip
Signed-off-by: James Hartley <james@hartleyns.com>
Diffstat (limited to 'config/printer-creality-ender3pro-2020.cfg')
-rw-r--r-- | config/printer-creality-ender3pro-2020.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/printer-creality-ender3pro-2020.cfg b/config/printer-creality-ender3pro-2020.cfg index 04b5f004..b2bf0035 100644 --- a/config/printer-creality-ender3pro-2020.cfg +++ b/config/printer-creality-ender3pro-2020.cfg @@ -3,6 +3,12 @@ # "make menuconfig" select the STM32F103 with a "28KiB bootloader" and # serial (on USART1 PA10/PA9) communication. +# It should be noted that newer variations of this printer shipping in +# 2022 may have GD32F103 chips installed and not STM32F103. You may +# have to inspect the mainboard to ascertain which one you have. If it +# is the GD32F103 then please select Disable SWD at startup in the +# "make menuconfig" along with the same settings for STM32F103. + # If you prefer a direct serial connection, in "make menuconfig" # select "Enable extra low-level configuration options" and select # serial (on USART3 PB11/PB10), which is broken out on the 10 pin IDC |