diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-06-29 13:16:50 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-06-29 13:16:50 -0400 |
commit | 5922a1ea1bbae2ba40cf96a5125f465cc3ccb941 (patch) | |
tree | 746d902a301ce7fb035998a9e75a9e2bafbb917c | |
parent | fe676fa0996ced5616f826316beffb390ef18bc4 (diff) | |
download | kutter-5922a1ea1bbae2ba40cf96a5125f465cc3ccb941.tar.gz kutter-5922a1ea1bbae2ba40cf96a5125f465cc3ccb941.tar.xz kutter-5922a1ea1bbae2ba40cf96a5125f465cc3ccb941.zip |
test: Add example kinematic config files to printers.test testcase
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | test/klippy/cartesian.test | 4 | ||||
-rw-r--r-- | test/klippy/corexy.test | 4 | ||||
-rw-r--r-- | test/klippy/printers.test | 6 |
3 files changed, 6 insertions, 8 deletions
diff --git a/test/klippy/cartesian.test b/test/klippy/cartesian.test deleted file mode 100644 index 42b00ca7..00000000 --- a/test/klippy/cartesian.test +++ /dev/null @@ -1,4 +0,0 @@ -# Test case for basic cartesian movement -CONFIG ../../config/example.cfg -DICTIONARY atmega2560-16mhz.dict -GCODE move.gcode diff --git a/test/klippy/corexy.test b/test/klippy/corexy.test deleted file mode 100644 index 6e43bdf8..00000000 --- a/test/klippy/corexy.test +++ /dev/null @@ -1,4 +0,0 @@ -# Test case for basic corexy movement -CONFIG ../../config/example-corexy.cfg -DICTIONARY atmega2560-16mhz.dict -GCODE move.gcode diff --git a/test/klippy/printers.test b/test/klippy/printers.test index f11f14bf..9c752ff7 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -1,6 +1,12 @@ # Basic sanity checks on the example printer config files GCODE move.gcode +# Example kinematic files +DICTIONARY atmega2560-16mhz.dict +CONFIG ../../config/example.cfg +CONFIG ../../config/example-corexy.cfg +CONFIG ../../config/example-delta.cfg + # Printers using the atmega2560 DICTIONARY atmega2560-16mhz.dict CONFIG ../../config/generic-einsy-rambo.cfg |