diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-10 13:31:38 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-07-11 10:35:22 -0400 |
commit | e2d8a6f02d7253c1a36f33f2d62b5bf609d0d6db (patch) | |
tree | 8ceb59832bff1bb659fb1c0126f50e6fe914c301 | |
parent | b77375e955e2278977c97fe2509c895d6dc75bd9 (diff) | |
download | kutter-e2d8a6f02d7253c1a36f33f2d62b5bf609d0d6db.tar.gz kutter-e2d8a6f02d7253c1a36f33f2d62b5bf609d0d6db.tar.xz kutter-e2d8a6f02d7253c1a36f33f2d62b5bf609d0d6db.zip |
config: Rename generic-duet2.cfg to generic-duet2-duex.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/generic-duet2-duex.cfg (renamed from config/generic-duet2.cfg) | 5 | ||||
-rw-r--r-- | test/klippy/printers.test | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/config/generic-duet2.cfg b/config/generic-duet2-duex.cfg index c2dbf913..fb43c78e 100644 --- a/config/generic-duet2.cfg +++ b/config/generic-duet2-duex.cfg @@ -1,5 +1,6 @@ -# This file contains common pin mappings for Duet2 boards. To use -# this config, the firmware should be compiled for the SAM4E8E. +# This file contains common pin mappings for Duet2 Eth/Wifi boards +# that have the Duex expansion board. To use this config, the firmware +# should be compiled for the SAM4E8E. # See the example.cfg file for a description of available parameters. diff --git a/test/klippy/printers.test b/test/klippy/printers.test index c8850483..0cddbe4c 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -71,7 +71,7 @@ CONFIG ../../config/generic-duet2-maestro.cfg # Printers using the sam4e8e DICTIONARY sam4e8e.dict -CONFIG ../../config/generic-duet2.cfg +CONFIG ../../config/generic-duet2-duex.cfg # Printers using the lpc176x DICTIONARY lpc176x.dict |