Rename PrinterConnectionAndCommunication
This commit is contained in:
parent
6c0e78eef6
commit
9aaf0f6311
71 changed files with 504 additions and 504 deletions
|
|
@ -305,7 +305,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
commandHistory.Add(textToSend);
|
||||
commandHistoryIndex = commandHistory.Count;
|
||||
PrinterConnectionAndCommunication.Instance.SendLineToPrinterNow(textToSend);
|
||||
PrinterConnection.Instance.SendLineToPrinterNow(textToSend);
|
||||
manualCommandTextEdit.Text = "";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue