Rename ApplicationControl static printer property to ActivePrinter
This commit is contained in:
parent
2ac9b5932e
commit
ed66d862a4
11 changed files with 20 additions and 20 deletions
|
|
@ -96,7 +96,7 @@ namespace MatterControl.Tests.MatterControl
|
|||
|
||||
public static GCodeStream CreateTestGCodeStream(string[] inputLines, out List<GCodeStream> streamList)
|
||||
{
|
||||
var printer = ApplicationController.Instance.Printer;
|
||||
var printer = ApplicationController.Instance.ActivePrinter;
|
||||
|
||||
streamList = new List<GCodeStream>();
|
||||
streamList.Add(new TestGCodeStream(inputLines));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue