Put in some new slice settings for matter slice.

Fixed some buttons to go onuithread
This commit is contained in:
larsbrubaker 2014-08-08 17:03:00 -07:00
parent 2af2997818
commit b707c9c7ff
8 changed files with 40 additions and 11 deletions

View file

@ -232,8 +232,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
break;
}
bool runInProcess = false;
if ((OsInformation.OperatingSystem == OSType.Android || OsInformation.OperatingSystem == OSType.Mac)
bool runInProcess = true;
if ((OsInformation.OperatingSystem == OSType.Android || OsInformation.OperatingSystem == OSType.Mac || runInProcess)
&& ActivePrinterProfile.Instance.ActiveSliceEngineType == ActivePrinterProfile.SlicingEngineTypes.MatterSlice)
{
itemCurrentlySlicing = itemToSlice;