diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-22 12:36:18 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-22 12:36:18 -0400 |
commit | 541c2990c6024250a896d533ce9665271736fe61 (patch) | |
tree | 913331158afb41bbe1343ffe1b8ef349102e04c1 /test/klippy/printers.test | |
parent | f2fbe984547c5291ee4cd9df40d4ee0f36ed1fbb (diff) | |
download | kutter-541c2990c6024250a896d533ce9665271736fe61.tar.gz kutter-541c2990c6024250a896d533ce9665271736fe61.tar.xz kutter-541c2990c6024250a896d533ce9665271736fe61.zip |
test: Rename atmega2560-16mhz.config to atmega2560.config
There's no need to include the 16mhz as basically all atmega chips are
run at 16mhz.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/klippy/printers.test')
-rw-r--r-- | test/klippy/printers.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 348abbad..a387a9ba 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -2,14 +2,14 @@ GCODE move.gcode # Example kinematic files -DICTIONARY atmega2560-16mhz.dict +DICTIONARY atmega2560.dict CONFIG ../../config/example.cfg CONFIG ../../config/example-corexy.cfg CONFIG ../../config/example-delta.cfg CONFIG ../../config/example-winch.cfg # Printers using the atmega2560 -DICTIONARY atmega2560-16mhz.dict +DICTIONARY atmega2560.dict CONFIG ../../config/generic-einsy-rambo.cfg CONFIG ../../config/generic-fysetc-f6.cfg CONFIG ../../config/generic-gt2560.cfg @@ -74,7 +74,7 @@ CONFIG ../../config/generic-cramps.cfg CONFIG ../../config/generic-replicape.cfg # Tests with multiple mcus -DICTIONARY atmega2560-16mhz.dict zboard=atmega2560-16mhz.dict auxboard=atmega2560-16mhz.dict +DICTIONARY atmega2560.dict zboard=atmega2560.dict auxboard=atmega2560.dict CONFIG ../../config/example-multi-mcu.cfg -DICTIONARY atmega2560-16mhz.dict z=atmega2560-16mhz.dict +DICTIONARY atmega2560.dict z=atmega2560.dict CONFIG ../../config/kit-voron2-250mm.cfg |