Rename SendLineToPrinterNow -> QueueLine
- Issue MatterHackers/MCCentral#2550 SendLineToPrinterNow queues printer commands
This commit is contained in:
parent
2793db6a9a
commit
edceab2e85
12 changed files with 74 additions and 86 deletions
|
|
@ -269,7 +269,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
commandHistory.Add(textToSend);
|
||||
commandHistoryIndex = commandHistory.Count;
|
||||
printer.Connection.SendLineToPrinterNow(textToSend);
|
||||
printer.Connection.QueueLine(textToSend);
|
||||
manualCommandTextEdit.Text = "";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue