diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-07-24 08:49:25 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-07-24 08:49:25 -0400 |
commit | 3387a9c23d940c7d449f197b272616eda11a5e3d (patch) | |
tree | 4f63e8ecd2955fe5165eccff232a63f9b351f954 /config/printer-creality-ender3-s1-2021.cfg | |
parent | 282d1113e4beb0bdce3cfc9be87745aea1e7e38c (diff) | |
download | kutter-3387a9c23d940c7d449f197b272616eda11a5e3d.tar.gz kutter-3387a9c23d940c7d449f197b272616eda11a5e3d.tar.xz kutter-3387a9c23d940c7d449f197b272616eda11a5e3d.zip |
config: Use printer-creality-ender3-s1-2021.cfg for both s1 and s1 pro.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-creality-ender3-s1-2021.cfg')
-rw-r--r-- | config/printer-creality-ender3-s1-2021.cfg | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/printer-creality-ender3-s1-2021.cfg b/config/printer-creality-ender3-s1-2021.cfg index 2be53726..bda56e75 100644 --- a/config/printer-creality-ender3-s1-2021.cfg +++ b/config/printer-creality-ender3-s1-2021.cfg @@ -1,9 +1,10 @@ # This file contains pin mappings for the stock 2021 Creality Ender 3 -# S1. To use this config, check the STM32 Chip on the V2.4S1 Board -# then during "make menuconfig" select either the STM32F103 with a -# "28KiB bootloader" or select the STM32F401 with a "64KiB bootloader" -# and serial (on USART1 PA10/PA9) communication for both depending on -# the STM32 chip installed on your printer's motherboard. +# S1 (and S1 pro). To use this config, check the STM32 Chip on the +# V2.4S1 Board then during "make menuconfig" select either the +# STM32F103 with a "28KiB bootloader" or select the STM32F401 with a +# "64KiB bootloader" and serial (on USART1 PA10/PA9) communication for +# both depending on the STM32 chip installed on your printer's +# motherboard. # If you prefer a direct serial connection, in "make menuconfig" # select "Enable extra low-level configuration options" and select |