diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-18 13:20:54 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-18 13:33:33 -0400 |
commit | 1eddc0fd907fb7f28e0b4537494e711f7ac1cac4 (patch) | |
tree | c3390bc4c024e231e9cb271231b91b3e232612ad /config/printer-creality-ender3max-2021.cfg | |
parent | c8dc3afc235d9190591056a852f7ff4996c41c54 (diff) | |
download | kutter-1eddc0fd907fb7f28e0b4537494e711f7ac1cac4.tar.gz kutter-1eddc0fd907fb7f28e0b4537494e711f7ac1cac4.tar.xz kutter-1eddc0fd907fb7f28e0b4537494e711f7ac1cac4.zip |
stm32: Simplify USB/Serial/CANbus Kconfig selection
Combine the various communication options into a single "make
menuconfig" menu item.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-creality-ender3max-2021.cfg')
-rw-r--r-- | config/printer-creality-ender3max-2021.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/printer-creality-ender3max-2021.cfg b/config/printer-creality-ender3max-2021.cfg index fa7559d7..dd975e02 100644 --- a/config/printer-creality-ender3max-2021.cfg +++ b/config/printer-creality-ender3max-2021.cfg @@ -1,7 +1,7 @@ # This file contains pin mappings for the stock 2020 Creality Ender 3 # MAX. To use this config, during "make menuconfig" select the -# STM32F103 with a "28KiB bootloader" and with "Use USB for -# communication" disabled. +# STM32F103 with a "28KiB bootloader" and serial (on USART1 PA10/PA9) +# communication. # Because this printer has factory wiring, mounts, and firmware for # a BLTouch, but does not ship with one at this time, default values @@ -10,9 +10,9 @@ # customize the offsets, particularly z-offset, for their specific unit. # If you prefer a direct serial connection, in "make menuconfig" -# select "Enable extra low-level configuration options" and select the -# USART3 serial port, which is broken out on the 10 pin IDC cable used -# for the LCD module as follows: +# select "Enable extra low-level configuration options" and select +# serial (on USART3 PB11/PB10), which is broken out on the 10 pin IDC +# cable used for the LCD module as follows: # 3: Tx, 4: Rx, 9: GND, 10: VCC # Flash this firmware by copying "out/klipper.bin" to a SD card and |