Skip to content

Commit

Permalink
Fix the tests to add the final command from milltask to motion-logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
BsAtHome committed Feb 12, 2025
1 parent 7ba944c commit b0ae973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,4 @@ SET_LINE x=1, y=-4, z=0, a=0, b=0, c=0, u=0, v=0, w=0, id=26, motion_type=2, vel
SET_LINE x=5, y=-4, z=0, a=0, b=0, c=0, u=0, v=0, w=0, id=21, motion_type=2, vel=0.666667, ini_maxvel=4, acc=1000, turn=-1
SET_SPINDLESYNC sync=0.000000, flags=0x00000000
SPINDLE_OFF
DISABLE
1 change: 1 addition & 0 deletions tests/motion-logger/mountaindew/expected.motion-logger
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,4 @@ SET_LINE x=0, y=1, z=0.5, a=0, b=0, c=0, u=0, v=0, w=0, id=5, motion_type=1, vel
SET_LINE x=0, y=0, z=0.5, a=0, b=0, c=0, u=0, v=0, w=0, id=6, motion_type=1, vel=400, ini_maxvel=400, acc=1000, turn=-1
SET_SPINDLESYNC sync=0.000000, flags=0x00000000
SPINDLE_OFF
DISABLE
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,4 @@ JOG_ABORT joint=14
JOG_ABORT joint=15
ABORT
SPINDLE_OFF
DISABLE

0 comments on commit b0ae973

Please sign in to comment.