diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-01-04 01:38:20 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-01-04 01:58:39 -0500 |
commit | 02ece242d145cd1d8cb84b16aebb209e42fc3ff9 (patch) | |
tree | 4b70dececc4dd2795f3b89ac477fdb3937953d6c /test | |
parent | cc39beba0e081c4843c7789eb7a46a22fee0e45c (diff) | |
download | kutter-02ece242d145cd1d8cb84b16aebb209e42fc3ff9.tar.gz kutter-02ece242d145cd1d8cb84b16aebb209e42fc3ff9.tar.xz kutter-02ece242d145cd1d8cb84b16aebb209e42fc3ff9.zip |
config: Add example generic-fysetc-s6-v2.cfg config file
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '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 492e36f6..85219af8 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -144,6 +144,7 @@ CONFIG ../../config/generic-flyboard.cfg # Printers using the stm32f446 DICTIONARY stm32f407.dict CONFIG ../../config/generic-fysetc-s6.cfg +CONFIG ../../config/generic-fysetc-s6-v2.cfg # Printers using the PRU DICTIONARY pru.dict host=linuxprocess.dict |