Got the new mocros menu working well
This commit is contained in:
parent
ca98cd44ce
commit
78439d34ab
6 changed files with 210 additions and 149 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue