mirror of https://github.com/Desuuuu/klipper.git
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>
This commit is contained in:
parent
93f1e6dd86
commit
86b074e1ee
|
@ -108,6 +108,6 @@ CONFIG ../../config/generic-replicape.cfg
|
||||||
|
|
||||||
# Tests with multiple mcus
|
# Tests with multiple mcus
|
||||||
DICTIONARY atmega2560.dict zboard=atmega2560.dict auxboard=atmega2560.dict
|
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
|
DICTIONARY atmega2560.dict z=atmega2560.dict
|
||||||
CONFIG ../../config/kit-voron2-250mm.cfg
|
CONFIG ../../config/kit-voron2-250mm.cfg
|
||||||
|
|
Loading…
Reference in New Issue