mirror of https://github.com/Desuuuu/klipper.git
config: Fix wording of serial port selection on recent creality configs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
0c74b3d8bf
commit
407be177d5
|
@ -2,8 +2,8 @@
|
||||||
# S1. To use this config, check the STM32 Chip on the V2.4S1 Board
|
# S1. To use this config, check the STM32 Chip on the V2.4S1 Board
|
||||||
# then during "make menuconfig" select either the STM32F103 with a
|
# then during "make menuconfig" select either the STM32F103 with a
|
||||||
# "28KiB bootloader" or select the STM32F401 with a "64KiB bootloader"
|
# "28KiB bootloader" or select the STM32F401 with a "64KiB bootloader"
|
||||||
# and serial (on USB PA10/PA9) communication for both depending on the
|
# and serial (on USART1 PA10/PA9) communication for both depending on
|
||||||
# STM32 Chip installed on your printers Motherboard.
|
# the STM32 chip installed on your printer's motherboard.
|
||||||
|
|
||||||
# If you prefer a direct serial connection, in "make menuconfig"
|
# If you prefer a direct serial connection, in "make menuconfig"
|
||||||
# select "Enable extra low-level configuration options" and select
|
# select "Enable extra low-level configuration options" and select
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
# S1 Pro. To use this config, check the STM32 Chip on the V2.4S1 Board
|
# 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
|
# then during "make menuconfig" select either the STM32F103 with a
|
||||||
# "28KiB bootloader" or select the STM32F401 with a "64KiB bootloader"
|
# "28KiB bootloader" or select the STM32F401 with a "64KiB bootloader"
|
||||||
# and serial (on USB PA10/PA9) communication for both depending on the
|
# and serial (on USART1 PA10/PA9) communication for both depending on
|
||||||
# STM32 Chip installed on your printers Motherboard.
|
# the STM32 chip installed on your printer's motherboard.
|
||||||
|
|
||||||
# If you prefer a direct serial connection, in "make menuconfig"
|
# If you prefer a direct serial connection, in "make menuconfig"
|
||||||
# select "Enable extra low-level configuration options" and select
|
# select "Enable extra low-level configuration options" and select
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
# with CR-FDM-v2.4.S1.200 motherboard.
|
# with CR-FDM-v2.4.S1.200 motherboard.
|
||||||
|
|
||||||
# To use this config, during "make menuconfig" select the STM32F401
|
# To use this config, during "make menuconfig" select the STM32F401
|
||||||
# with a "64KiB bootloader" and serial (on USB PA10/PA9) communication.
|
# with a "64KiB bootloader" and serial (on USART1 PA10/PA9)
|
||||||
|
# communication.
|
||||||
|
|
||||||
# If you prefer a direct serial connection, in "make menuconfig"
|
# If you prefer a direct serial connection, in "make menuconfig"
|
||||||
# select "Enable extra low-level configuration options" and select
|
# select "Enable extra low-level configuration options" and select
|
||||||
|
|
Loading…
Reference in New Issue