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
|
|
@ -69,7 +69,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
printer.Connection.ReadLine.RegisterEvent(Printer_LineRead, ref unregisterEvents);
|
||||
|
||||
gotBeginFileList = false;
|
||||
printer.Connection.SendLineToPrinterNow("M21\r\nM20");
|
||||
printer.Connection.QueueLine("M21\r\nM20");
|
||||
|
||||
// Ask for files and wait for response
|
||||
autoResetEvent.WaitOne();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue