use the max length stuff.
This commit is contained in:
parent
e59003e4f7
commit
c26e9b1a28
4 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
|
|||
layerCount++;
|
||||
if(layerCount == 1)
|
||||
{
|
||||
maxLengthStream.MaxSegmentLength = 10;
|
||||
maxLengthStream.MaxSegmentLength = 5;
|
||||
}
|
||||
}
|
||||
return processedLine;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue