Convert ActiveSliceSettings usage from static to local references
This commit is contained in:
parent
e926b747cf
commit
294df0a588
27 changed files with 205 additions and 197 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue