diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-12 15:36:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-12 15:36:32 -0400 |
commit | 64214255daf71c1bba40d07f1137fbf750219358 (patch) | |
tree | 68c94935511b23c3c3839a46ad8dcc812478f241 /test | |
parent | c037d273f7db7e33d0cc12a5d31c783d438ae892 (diff) | |
download | kutter-64214255daf71c1bba40d07f1137fbf750219358.tar.gz kutter-64214255daf71c1bba40d07f1137fbf750219358.tar.xz kutter-64214255daf71c1bba40d07f1137fbf750219358.zip |
test: Flush moves in quad_gantry_level and z_tilt_adjust tests
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/quad_gantry_level.test | 2 | ||||
-rw-r--r-- | test/klippy/z_tilt.test | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/klippy/quad_gantry_level.test b/test/klippy/quad_gantry_level.test index 06883f91..b6cdcdd7 100644 --- a/test/klippy/quad_gantry_level.test +++ b/test/klippy/quad_gantry_level.test @@ -5,6 +5,7 @@ DICTIONARY atmega2560.dict # Start by homing the printer. G28 G1 Z5 X10 Y10 F6000 +M400 GET_POSITION # Run QUAD_GANTRY_LEVEL in manual mode @@ -20,6 +21,7 @@ ACCEPT # Report position G1 Z5 X10 Y10 F6000 +M400 GET_POSITION # Run again in automatic mode diff --git a/test/klippy/z_tilt.test b/test/klippy/z_tilt.test index ffce7d9e..ca6a8e10 100644 --- a/test/klippy/z_tilt.test +++ b/test/klippy/z_tilt.test @@ -5,6 +5,7 @@ DICTIONARY atmega2560.dict # Start by homing the printer. G28 G1 Z5 X10 Y10 F6000 +M400 GET_POSITION # Run Z_TILT_ADJUST in manual mode @@ -20,6 +21,7 @@ ACCEPT # Report position G1 Z5 X10 Y10 F6000 +M400 GET_POSITION # Run again in automatic mode |