Fixed a stupid problem with adding instructions to the queue.
This commit is contained in:
parent
0bde3b14e4
commit
7629750e02
7 changed files with 63 additions and 37 deletions
|
|
@ -173,7 +173,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
protected void SentCommandToPrinter(string command)
|
||||
{
|
||||
PrinterCommunication.Instance.QueueLineToPrinter(command);
|
||||
PrinterCommunication.Instance.SendLineToPrinterNow(command);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue