Same behavior for printing and manual input of processed commands.
This commit is contained in:
parent
dd308308eb
commit
660aa71b8f
1 changed files with 2 additions and 10 deletions
|
|
@ -1422,16 +1422,8 @@ namespace MatterHackers.MatterControl.PrinterCommunication
|
|||
break;
|
||||
}
|
||||
|
||||
if (PrinterIsPrinting)
|
||||
{
|
||||
lineBeingSent = linesToWrite[0];
|
||||
linesToWrite.RemoveAt(0);
|
||||
}
|
||||
else
|
||||
{
|
||||
lineBeingSent = linesToWrite[linesToWrite.Count - 1];
|
||||
linesToWrite.RemoveAt(linesToWrite.Count - 1);
|
||||
}
|
||||
lineBeingSent = linesToWrite[0];
|
||||
linesToWrite.RemoveAt(0);
|
||||
|
||||
SendLinesToPrinterNow(linesToWrite.ToArray());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue