Turn off the max length steam for testing.
This commit is contained in:
parent
458ad77cea
commit
e59003e4f7
1 changed files with 3 additions and 0 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue