New comments
This commit is contained in:
parent
100a5bb882
commit
3e3b9ce68f
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
|
|||
string line = internalStream.ReadLine();
|
||||
commandCount++;
|
||||
|
||||
// make sure we don't parse comments
|
||||
if(line.Contains(";"))
|
||||
{
|
||||
line = line.Split(';')[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue