diff options
author | Luke's Lab <luke@lukeslab.online> | 2021-04-02 14:22:23 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-06-04 17:48:21 -0400 |
commit | 080b7f68ca793bde549ae2ab210d901cedf3119c (patch) | |
tree | 4df87ecaa8c6b2f0f2a91151e28aa066044e24ad /test/klippy | |
parent | bd65c37ed5caac04857493518b07eda083659977 (diff) | |
download | kutter-080b7f68ca793bde549ae2ab210d901cedf3119c.tar.gz kutter-080b7f68ca793bde549ae2ab210d901cedf3119c.tar.xz kutter-080b7f68ca793bde549ae2ab210d901cedf3119c.zip |
config: Add generic-duet3-mini.cfg
Adds Duet3 Mini Config with support for expansion header
Signed-off-by: Luke Ashley <Luke@Lukeslab.online>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/klippy')
-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 33c70bf3..1c837e0f 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -107,6 +107,10 @@ DICTIONARY sam4e8e.dict CONFIG ../../config/generic-duet2.cfg CONFIG ../../config/generic-duet2-duex.cfg +# Printers using the samd51 +DICTIONARY samd51p20.dict +CONFIG ../../config/generic-duet3-mini.cfg + # Printers using the lpc176x DICTIONARY lpc176x.dict CONFIG ../../config/generic-azteeg-x5-mini-v3.cfg |