From 8c2b62775dd80d8df9380217aaf9798cee41ecc1 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 28 Apr 2020 22:53:12 -0400 Subject: [PATCH] test: Fix commands.test so RESTART is run last Commands after a RESTART aren't properly run on a test case, so only run it last. Signed-off-by: Kevin O'Connor --- test/klippy/commands.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/klippy/commands.test b/test/klippy/commands.test index 3327696e..42237cef 100644 --- a/test/klippy/commands.test +++ b/test/klippy/commands.test @@ -14,9 +14,6 @@ QUERY_ENDSTOPS M115 -# Restart command -RESTART - M18 # G-code state commands @@ -44,3 +41,6 @@ M204 S500 SET_PRESSURE_ADVANCE EXTRUDER=extruder ADVANCE=.001 SET_PRESSURE_ADVANCE ADVANCE=.002 ADVANCE_LOOKAHEAD_TIME=.001 + +# Restart command (must be last in test) +RESTART