Updated static data printers
This commit is contained in:
parent
445d1e7dd5
commit
5cd9a2fd58
96 changed files with 23049 additions and 405 deletions
|
|
@ -1003,7 +1003,8 @@ namespace MatterControl.Printing
|
|||
lastPrintLine = instructionIndex;
|
||||
do
|
||||
{
|
||||
line = GCodeCommandQueue[lastPrintLine++].Line;
|
||||
line = GCodeCommandQueue[Math.Min(GCodeCommandQueue.Count - 1, lastPrintLine)].Line;
|
||||
lastPrintLine++;
|
||||
|
||||
} while (line != "; MatterSlice Completed Successfully"
|
||||
&& lastPrintLine < endIndex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue