Remove terminal only messaging from expected lines sent

- Terminal only messages are no longer sent via the LineSent event
This commit is contained in:
John Lewin 2019-04-05 21:00:33 -07:00
parent 005d9075c5
commit 3f5f3b0f28

View file

@ -602,7 +602,6 @@ namespace MatterControl.Tests.MatterControl
"G1 X10 Y10 F3000", // return to extruder position
"G1 Z10 F315",
"G1 F2500",
"Communication State: FinishedPrint",
null,
};
@ -644,7 +643,6 @@ namespace MatterControl.Tests.MatterControl
"M114", // we always ask position after tool assignment
"G1 X10 Y10 Z10 F2500", // go to the position requested
"G1 X11 Y11 Z11", // go to the position requested
"Communication State: FinishedPrint",
null,
};
@ -683,7 +681,6 @@ namespace MatterControl.Tests.MatterControl
"T0", // smoothie command to ensure still on T0 after temp set
"M114", // always ask position after T
"G1 X11 Y11 Z11", // go to the position requested
"Communication State: FinishedPrint",
null,
};
@ -733,7 +730,6 @@ namespace MatterControl.Tests.MatterControl
"M114",
"G1 E30", // extrude on T0
"G1 X11 Y11 Z11", // go to the position requested
"Communication State: FinishedPrint",
null,
};
@ -796,7 +792,6 @@ namespace MatterControl.Tests.MatterControl
"G1 X10 Y10 F3000",
"G1 Z10 F315",
"G1 F2500",
"Communication State: FinishedPrint",
null
};