Can now send to sd.
Can print from sd (mostly) can remove from sd.
This commit is contained in:
parent
fc9665e8a0
commit
22cf4bfb2d
11 changed files with 346 additions and 147 deletions
|
|
@ -650,6 +650,8 @@ namespace MatterHackers.MatterControl
|
|||
break;
|
||||
|
||||
case PrinterConnectionAndCommunication.CommunicationStates.PreparingToPrint:
|
||||
case PrinterConnectionAndCommunication.CommunicationStates.PreparingToPrintToSd:
|
||||
case PrinterConnectionAndCommunication.CommunicationStates.PrintingToSd:
|
||||
case PrinterConnectionAndCommunication.CommunicationStates.Printing:
|
||||
switch (PrinterConnectionAndCommunication.Instance.PrintingState)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue