Rename PrinterConnectionAndCommunication

This commit is contained in:
John Lewin 2017-06-13 17:22:49 -07:00
parent 6c0e78eef6
commit 9aaf0f6311
71 changed files with 504 additions and 504 deletions

View file

@ -305,7 +305,7 @@ namespace MatterHackers.MatterControl
}
commandHistory.Add(textToSend);
commandHistoryIndex = commandHistory.Count;
PrinterConnectionAndCommunication.Instance.SendLineToPrinterNow(textToSend);
PrinterConnection.Instance.SendLineToPrinterNow(textToSend);
manualCommandTextEdit.Text = "";
}
}