Fix MatterSlice engine path.
This commit is contained in:
parent
1a0a03542b
commit
8b3a0d8e13
1 changed files with 2 additions and 2 deletions
|
|
@ -33,11 +33,11 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
{
|
||||
if (OsInformation.OperatingSystem == OSType.Android || OsInformation.OperatingSystem == OSType.Mac || SlicingQueue.runInProcess)
|
||||
{
|
||||
return System.IO.File.Exists(this.GetEnginePath());
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
return true;
|
||||
return System.IO.File.Exists(this.GetEnginePath());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue