diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-01-23 19:22:30 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-01-23 19:23:00 -0500 |
commit | 8bf3e56301283ff9d657bc739b2ff1c3be4197d2 (patch) | |
tree | 66439c2a4cf976e8a97152b7f0c3e7bd4fdd3ae1 /test/klippy/printers.test | |
parent | fc6d045dedc785117e7ab8a276a55a9a6bf666be (diff) | |
download | kutter-8bf3e56301283ff9d657bc739b2ff1c3be4197d2.tar.gz kutter-8bf3e56301283ff9d657bc739b2ff1c3be4197d2.tar.xz kutter-8bf3e56301283ff9d657bc739b2ff1c3be4197d2.zip |
config: Add example generic-flyboard.cfg config file
Reported by @DJDOUBLEG.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/klippy/printers.test')
-rw-r--r-- | test/klippy/printers.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index ef223b15..6885740a 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -106,6 +106,7 @@ CONFIG ../../config/generic-fysetc-cheetah-v1.2.cfg # Printers using the stm32f407 DICTIONARY stm32f407.dict CONFIG ../../config/generic-bigtreetech-skr-pro.cfg +CONFIG ../../config/generic-flyboard.cfg # Printers using the stm32f446 DICTIONARY stm32f407.dict |