diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-18 11:19:04 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-18 11:28:30 -0500 |
commit | 6b6879e6bc33a7a1c4be33810cab1d0bfd09cefd (patch) | |
tree | 3b1401c20b314df17d26b222dd90bd8ac6127f39 /test/klippy/printers.test | |
parent | 58abd2925ef9ce7f606d94240dc23f7589594454 (diff) | |
download | kutter-6b6879e6bc33a7a1c4be33810cab1d0bfd09cefd.tar.gz kutter-6b6879e6bc33a7a1c4be33810cab1d0bfd09cefd.tar.xz kutter-6b6879e6bc33a7a1c4be33810cab1d0bfd09cefd.zip |
test: Add generic-fysetc-s6.cfg to printer config test cases
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/klippy/printers.test')
-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 ae41c8c4..86d93ff0 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -103,6 +103,10 @@ CONFIG ../../config/generic-fysetc-cheetah-v1.2.cfg DICTIONARY stm32f407.dict CONFIG ../../config/generic-bigtreetech-skr-pro.cfg +# Printers using the stm32f446 +DICTIONARY stm32f407.dict +CONFIG ../../config/generic-fysetc-s6.cfg + # Printers using the PRU DICTIONARY pru.dict host=linuxprocess.dict CONFIG ../../config/generic-cramps.cfg |