Moving to a Create method to take Rebuild out of constructor

This commit is contained in:
Lars Brubaker 2018-01-29 15:32:01 -08:00
parent 75ef5721ba
commit bab2b54f61
14 changed files with 102 additions and 40 deletions

View file

@ -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;