diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-08-30 21:53:26 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-08-30 21:53:26 -0400 |
commit | d0c5802fe224361415ef841035ef4e73e947e9a2 (patch) | |
tree | e70244c2d39c1306d3caf563225d6ac24c6d4d23 | |
parent | 99251015fa4b17d58c9b320111608611278907bb (diff) | |
download | kutter-d0c5802fe224361415ef841035ef4e73e947e9a2.tar.gz kutter-d0c5802fe224361415ef841035ef4e73e947e9a2.tar.xz kutter-d0c5802fe224361415ef841035ef4e73e947e9a2.zip |
config: Add printer-creality-ender3pro-2020.cfg to printers.test
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/printer-creality-ender3pro-2020.cfg | 6 | ||||
-rw-r--r-- | test/klippy/printers.test | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/config/printer-creality-ender3pro-2020.cfg b/config/printer-creality-ender3pro-2020.cfg index 23a1fd8b..09d9db30 100644 --- a/config/printer-creality-ender3pro-2020.cfg +++ b/config/printer-creality-ender3pro-2020.cfg @@ -1,7 +1,7 @@ # This file contains pin mappings for the stock 2020 Creality Ender 3 -# Pro with the 32-bit Creality 4.2.2 board. To use this config, during "make menuconfig" select the -# STM32F103 with a "28KiB bootloader" and with "Use USB for -# communication" disabled. +# Pro with the 32-bit Creality 4.2.2 board. To use this config, during +# "make menuconfig" select the STM32F103 with a "28KiB bootloader" and +# with "Use USB for communication" disabled. # If you prefer a direct serial connection, in "make menuconfig" # select "Enable extra low-level configuration options" and select the diff --git a/test/klippy/printers.test b/test/klippy/printers.test index c6c10bca..f290f50f 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -127,6 +127,7 @@ CONFIG ../../config/generic-mks-robin-e3.cfg CONFIG ../../config/generic-mks-robin-nano.cfg CONFIG ../../config/printer-alfawise-u30-2018.cfg CONFIG ../../config/printer-creality-ender3-v2-2020.cfg +CONFIG ../../config/printer-creality-ender3pro-2020.cfg CONFIG ../../config/printer-tronxy-x5sa-v6-2019.cfg CONFIG ../../config/printer-twotrees-sapphire-pro-2020.cfg |