Can now send to sd.

Can print from sd (mostly)
can remove from sd.
This commit is contained in:
larsbrubaker 2014-06-25 17:28:28 -07:00
parent fc9665e8a0
commit 22cf4bfb2d
11 changed files with 346 additions and 147 deletions

View file

@ -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)
{