Don't run in processes.
This commit is contained in:
parent
a49929dade
commit
b0dc7c078a
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
return extruder1StlFileToSlice;
|
||||
}
|
||||
|
||||
public static bool runInProcess = true;
|
||||
public static bool runInProcess = false;
|
||||
private static Process slicerProcess = null;
|
||||
|
||||
private static void CreateSlicedPartsThread()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue