diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-30 14:38:28 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-12 22:14:41 -0400 |
commit | e697fc11af515e40bd097c4ba226da166c8a4521 (patch) | |
tree | 6ff093d2f464fcf49cbc834ad5ec05fb7a9a75d7 /test | |
parent | f6864da58bfd5c1c1da4274a01b49597a203cf98 (diff) | |
download | kutter-e697fc11af515e40bd097c4ba226da166c8a4521.tar.gz kutter-e697fc11af515e40bd097c4ba226da166c8a4521.tar.xz kutter-e697fc11af515e40bd097c4ba226da166c8a4521.zip |
config: Add an example config for the Duet2 Maestro
Signed-off-by: Kevin O'Connor <kevin@koconnor.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 d3b3ca44..1e699aa1 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -60,6 +60,10 @@ CONFIG ../../config/generic-printrboard.cfg DICTIONARY sam3x8e.dict CONFIG ../../config/generic-radds.cfg +# Printers using the sam4s8c +DICTIONARY sam4s8c.dict +CONFIG ../../config/generic-duet2-maestro.cfg + # Printers using the sam4e8e DICTIONARY sam4e8e.dict CONFIG ../../config/generic-duet2.cfg |