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:
parent
c8e5c493ed
commit
4f8c0742ce
10 changed files with 60 additions and 179 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue