Turn off using ms in memory.
This commit is contained in:
parent
a78fe21e7a
commit
6034208e24
2 changed files with 2 additions and 2 deletions
|
|
@ -325,7 +325,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