Convert ActiveSliceSettings usage from static to local references

This commit is contained in:
John Lewin 2017-09-17 01:11:18 -07:00
parent e926b747cf
commit 294df0a588
27 changed files with 205 additions and 197 deletions

View file

@ -207,7 +207,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
UiThread.RunOnIdle(() =>
{
WizardWindow.Show(new RunningMacroPage(printer.Connection, macroData));
WizardWindow.Show(new RunningMacroPage(printer, macroData));
});
break;
@ -225,7 +225,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
UiThread.RunOnIdle(() =>
{
WizardWindow.Show(new RunningMacroPage(printer.Connection, macroData));
WizardWindow.Show(new RunningMacroPage(printer, macroData));
});
break;