diff options
author | Florian Heilmann <Florian.Heilmann@gmx.net> | 2018-10-31 14:58:43 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-10-31 09:58:43 -0400 |
commit | 3da7697c662929f0fd14c90696191f3c93b0b2cd (patch) | |
tree | e64d25487df1fa7798e052ce3959b7b24920561b /test | |
parent | b98e12c19a6dd2ecdc5e9ae7441bd443f74e271a (diff) | |
download | kutter-3da7697c662929f0fd14c90696191f3c93b0b2cd.tar.gz kutter-3da7697c662929f0fd14c90696191f3c93b0b2cd.tar.xz kutter-3da7697c662929f0fd14c90696191f3c93b0b2cd.zip |
config: Add generic duet2 config and tests (#834)
This adds a generic duet config with quad-z and quad extruders which also tests TMC2660 and SX1509 extras
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
Diffstat (limited to '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 1af00893..379e4f30 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -46,6 +46,10 @@ CONFIG ../../config/generic-printrboard.cfg DICTIONARY sam3x8e.dict CONFIG ../../config/generic-radds.cfg +# Printers using the sam4e8e +DICTIONARY sam4e8e.dict +CONFIG ../../config/generic-duet2.cfg + # Printers using the lpc176x DICTIONARY lpc176x.dict CONFIG ../../config/generic-re-arm.cfg |