Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/Managers/IssueManager.cs')
-rw-r--r--UVtools.Core/Managers/IssueManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/UVtools.Core/Managers/IssueManager.cs b/UVtools.Core/Managers/IssueManager.cs
index da771a0..48079d2 100644
--- a/UVtools.Core/Managers/IssueManager.cs
+++ b/UVtools.Core/Managers/IssueManager.cs
@@ -124,6 +124,8 @@ namespace UVtools.Core.Managers
bool emptyLayersConfig = true,
OperationProgress progress = null)
{
+ if (SlicerFile.DecodeType == FileFormat.FileDecodeType.Partial) return null;
+
islandConfig ??= new IslandDetectionConfiguration();
overhangConfig ??= new OverhangDetectionConfiguration();
resinTrapConfig ??= new ResinTrapDetectionConfiguration();