diff options
author | Evan Cowden <evan38109@gmail.com> | 2023-01-25 14:28:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 15:28:53 -0500 |
commit | 0407c24c78c65d590497020bf1003ac4f3ee5d0d (patch) | |
tree | 8184fac23990136491c16676ea5141451728b192 /test | |
parent | 6026a99ad84065c7145b5aaf6f75ac332d93dc67 (diff) | |
download | kutter-0407c24c78c65d590497020bf1003ac4f3ee5d0d.tar.gz kutter-0407c24c78c65d590497020bf1003ac4f3ee5d0d.tar.xz kutter-0407c24c78c65d590497020bf1003ac4f3ee5d0d.zip |
config: Duet3-6HC & -6XD Configs (#6006)
Signed-off-by: Evan Cowden <evan38109@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/printers.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 243a95a1..b5871cfc 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -119,6 +119,11 @@ CONFIG ../../config/printer-modix-big60-2020.cfg DICTIONARY samd51p20.dict CONFIG ../../config/generic-duet3-mini.cfg +# Printers using the SAM E70 +DICTIONARY same70q20b.dict +CONFIG ../../config/generic-duet3-6hc.cfg +CONFIG ../../config/generic-duet3-6xd.cfg + # Printers using the lpc176x DICTIONARY lpc176x.dict CONFIG ../../config/generic-azteeg-x5-mini-v3.cfg |