Moving to a Create method to take Rebuild out of constructor
This commit is contained in:
parent
75ef5721ba
commit
bab2b54f61
14 changed files with 102 additions and 40 deletions
|
|
@ -49,7 +49,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
private static Dictionary<Mesh, MeshPrintOutputSettings> meshPrintOutputSettings = new Dictionary<Mesh, MeshPrintOutputSettings>();
|
||||
|
||||
public static List<bool> extrudersUsed = new List<bool>();
|
||||
public static bool runInProcess = false;
|
||||
public static bool runInProcess = true;
|
||||
|
||||
private static Process slicerProcess = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue