Made the com tester able to respond as if it is MarlinFirmware

Took out the ability to print to printer sd card.
    You can still print from sd card)
    You can still save gcode to an sd card
Put in and EXTENSIONS check from firmware
Putting in a URI_GCODE_SEND
This commit is contained in:
Lars Brubaker 2015-03-14 16:00:04 -07:00
parent c8e5c493ed
commit 4f8c0742ce
10 changed files with 60 additions and 179 deletions

View file

@ -410,8 +410,6 @@ namespace MatterHackers.MatterControl.ConfigurationPage
break;
case PrinterConnectionAndCommunication.CommunicationStates.PreparingToPrint:
case PrinterConnectionAndCommunication.CommunicationStates.PreparingToPrintToSd:
case PrinterConnectionAndCommunication.CommunicationStates.PrintingToSd:
case PrinterConnectionAndCommunication.CommunicationStates.Printing:
switch (PrinterConnectionAndCommunication.Instance.PrintingState)
{