Got the new mocros menu working well

This commit is contained in:
larsbrubaker 2016-12-03 12:08:39 -08:00
parent ca98cd44ce
commit 78439d34ab
6 changed files with 210 additions and 149 deletions

View file

@ -2977,12 +2977,12 @@ namespace MatterHackers.MatterControl.PrinterCommunication
public void MacroStart()
{
queuedCommandStream2.Reset();
queuedCommandStream2?.Reset();
}
public void MacroContinue()
{
queuedCommandStream2.Continue();
queuedCommandStream2?.Continue();
}
bool haveHookedDrawing = false;