diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-07-21 21:56:46 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-07-21 21:56:46 -0400 |
commit | 407be177d5424bc237ca8fa756ae3351491b8678 (patch) | |
tree | 52af75d262de590c37a09852aabcaaf598beb366 /config/printer-creality-ender3-s1-2021.cfg | |
parent | 0c74b3d8bfb8d06ac6ddc208a0a53bba235ee89d (diff) | |
download | kutter-407be177d5424bc237ca8fa756ae3351491b8678.tar.gz kutter-407be177d5424bc237ca8fa756ae3351491b8678.tar.xz kutter-407be177d5424bc237ca8fa756ae3351491b8678.zip |
config: Fix wording of serial port selection on recent creality configs
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/printer-creality-ender3-s1-2021.cfg b/config/printer-creality-ender3-s1-2021.cfg index 766dd0f8..2be53726 100644 --- a/config/printer-creality-ender3-s1-2021.cfg +++ b/config/printer-creality-ender3-s1-2021.cfg @@ -2,8 +2,8 @@ # 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 USB PA10/PA9) communication for both depending on the -# STM32 Chip installed on your printers Motherboard. +# 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 |