diff options
author | kluoyun <2339883671@qq.com> | 2022-05-19 00:28:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 12:28:23 -0400 |
commit | 4490a58411b4ce6c200212fb9eaa57fbd1bd32fd (patch) | |
tree | 7bf2265f65a3269e1b6b3835f87beb6f51ac4640 /test/klippy | |
parent | bbb06a014b709ca1566124938f438d3e5fe019bc (diff) | |
download | kutter-4490a58411b4ce6c200212fb9eaa57fbd1bd32fd.tar.gz kutter-4490a58411b4ce6c200212fb9eaa57fbd1bd32fd.tar.xz kutter-4490a58411b4ce6c200212fb9eaa57fbd1bd32fd.zip |
config: Create configuration file for Fly-Gemini-v2 and Fly-CDY-V3 motherboard (#5508)
Signed-off-by: Xiaokui Zhao <xiaok@zxkxz.cn>
Diffstat (limited to 'test/klippy')
-rw-r--r-- | test/klippy/printers.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 2eed011e..6fcb6704 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -180,6 +180,7 @@ 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 +CONFIG ../../config/generic-mellow-fly-gemini-v2.cfg # Printers using the stm32f407 DICTIONARY stm32f407.dict @@ -188,6 +189,7 @@ CONFIG ../../config/generic-bigtreetech-gtr.cfg CONFIG ../../config/generic-bigtreetech-skr-pro.cfg CONFIG ../../config/generic-bigtreetech-skr-2.cfg CONFIG ../../config/generic-flyboard.cfg +CONFIG ../../config/generic-mellow-fly-cdy-v3.cfg CONFIG ../../config/generic-mellow-super-infinty-hv.cfg CONFIG ../../config/generic-mks-robin-nano-v3.cfg CONFIG ../../config/generic-prusa-buddy.cfg |