diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-09-11 20:53:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-06-16 16:20:49 -0400 |
commit | eb801631b99295f3deccaa4939757f50c36199af (patch) | |
tree | 63035308f9f3f9e9f3bcde289c1edddc0be7a5ca /test/klippy/cartesian.test | |
parent | 780e3c3022ad6231073f7078f96e67ba15039678 (diff) | |
download | kutter-eb801631b99295f3deccaa4939757f50c36199af.tar.gz kutter-eb801631b99295f3deccaa4939757f50c36199af.tar.xz kutter-eb801631b99295f3deccaa4939757f50c36199af.zip |
test: Add basic klippy regression tests
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/klippy/cartesian.test')
-rw-r--r-- | test/klippy/cartesian.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/klippy/cartesian.test b/test/klippy/cartesian.test new file mode 100644 index 00000000..42b00ca7 --- /dev/null +++ b/test/klippy/cartesian.test @@ -0,0 +1,4 @@ +# Test case for basic cartesian movement +CONFIG ../../config/example.cfg +DICTIONARY atmega2560-16mhz.dict +GCODE move.gcode |