Turn off the max length steam for testing.

This commit is contained in:
Lars Brubaker 2015-12-09 16:27:33 -08:00
parent 458ad77cea
commit e59003e4f7

View file

@ -54,6 +54,9 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
{
string lineFromChild = base.ReadLine();
// disable this for a test
return lineFromChild;
if (lineFromChild != null
&& LineIsMovement(lineFromChild))
{