diff options
author | kluoyun <2339883671@qq.com> | 2022-05-14 22:36:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 10:36:10 -0400 |
commit | defce1123588b3c040bed0e88baf47a99c78b8dd (patch) | |
tree | 9a5f1f0499e55690650e80d2340b5c2c82d9d25d /test/klippy | |
parent | 9c45f53b24754fb92e03836e22796d06ab1e9825 (diff) | |
download | kutter-defce1123588b3c040bed0e88baf47a99c78b8dd.tar.gz kutter-defce1123588b3c040bed0e88baf47a99c78b8dd.tar.xz kutter-defce1123588b3c040bed0e88baf47a99c78b8dd.zip |
config:Create configuration file for Fly-Gemini-v1 motherboard (#5474)
Create configuration file for Fly-Gemini-v1 motherboard
Add stm32f405 and generic-mellow-fly-gemini-v1.cfg to test cases
Signed-off-by: Xiaokui Zhao <xiaok@zxkxz.cn>
Diffstat (limited to 'test/klippy')
-rw-r--r-- | test/klippy/printers.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 975569b9..2eed011e 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -177,6 +177,10 @@ CONFIG ../../config/printer-twotrees-sapphire-plus-sp-5-v1-2020.cfg CONFIG ../../config/printer-twotrees-sapphire-plus-sp-5-v1.1-2021.cfg CONFIG ../../config/printer-twotrees-sapphire-pro-sp-3-2020.cfg +# Printers using the stm32f405 +DICTIONARY stm32f405.dict +CONFIG ../../config/generic-mellow-fly-gemini-v1.cfg + # Printers using the stm32f407 DICTIONARY stm32f407.dict CONFIG ../../config/generic-bigtreetech-e3-rrf-v1.1.cfg |