diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-31 13:04:13 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-08-29 10:19:05 -0400 |
commit | f21f66a31f985813aa5e1bd9e6aac296f996e291 (patch) | |
tree | 1ede66dcbdb7ff28ccc990c23c83138ac38f4581 /test/klippy/printers.test | |
parent | c95209bf7aeab1fa8ea867d85645a2171a5db590 (diff) | |
download | kutter-f21f66a31f985813aa5e1bd9e6aac296f996e291.tar.gz kutter-f21f66a31f985813aa5e1bd9e6aac296f996e291.tar.xz kutter-f21f66a31f985813aa5e1bd9e6aac296f996e291.zip |
config: Add example SKR mini-E3 config
Signed-off-by: Ashley Izat <ashleyi100@googlemail.com>
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 1dfa256a..3328d999 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -85,6 +85,7 @@ CONFIG ../../config/generic-smoothieboard.cfg # Printers using the stm32f103 DICTIONARY stm32f1.dict CONFIG ../../config/generic-bigtreetech-skr-mini.cfg +CONFIG ../../config/generic-bigtreetech-skr-mini-e3.cfg # Printers using the PRU DICTIONARY pru.dict host=linuxprocess.dict |