diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-11-24 20:04:51 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-11-24 20:21:13 -0500 |
commit | 86b074e1ee5a8c22dcdb4a877bc1298afcbe6aec (patch) | |
tree | 6b15fb02486fad267624b6e66af98ce2d896a6c1 /test | |
parent | 93f1e6dd86bf6168f2bae163213143063242391e (diff) | |
download | kutter-86b074e1ee5a8c22dcdb4a877bc1298afcbe6aec.tar.gz kutter-86b074e1ee5a8c22dcdb4a877bc1298afcbe6aec.tar.xz kutter-86b074e1ee5a8c22dcdb4a877bc1298afcbe6aec.zip |
config: Rename example-multi-mcu.cfg to sample-multi-mcu.cfg
Rename the sample file to be more similar to the naming of other
files.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/printers.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 349adcea..3f56d775 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -108,6 +108,6 @@ CONFIG ../../config/generic-replicape.cfg # Tests with multiple mcus DICTIONARY atmega2560.dict zboard=atmega2560.dict auxboard=atmega2560.dict -CONFIG ../../config/example-multi-mcu.cfg +CONFIG ../../config/sample-multi-mcu.cfg DICTIONARY atmega2560.dict z=atmega2560.dict CONFIG ../../config/kit-voron2-250mm.cfg |