Put in some new slice settings for matter slice.
Fixed some buttons to go onuithread
This commit is contained in:
parent
2af2997818
commit
b707c9c7ff
8 changed files with 40 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue