use the max length stuff.

This commit is contained in:
Lars Brubaker 2015-12-10 11:01:26 -08:00
parent e59003e4f7
commit c26e9b1a28
4 changed files with 4 additions and 4 deletions

View file

@ -106,7 +106,7 @@ namespace MatterHackers.MatterControl
private bool topIsHidden = false;
#region automation test
#if true
#if false
bool item = true;
bool firstDraw = true;
AutomationRunner clickPreview;

View file

@ -83,7 +83,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
layerCount++;
if(layerCount == 1)
{
maxLengthStream.MaxSegmentLength = 10;
maxLengthStream.MaxSegmentLength = 5;
}
}
return processedLine;

View file

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

@ -1 +1 @@
Subproject commit e55d7f540423791359fc9a0217ae8e2a601435c4
Subproject commit 950abab793cb707ed9a83829c07d6193153405e0