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/FileFormats/ZCodexFile.cs')
-rw-r--r--UVtools.Core/FileFormats/ZCodexFile.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/FileFormats/ZCodexFile.cs b/UVtools.Core/FileFormats/ZCodexFile.cs
index 16cdcd7..e0137a4 100644
--- a/UVtools.Core/FileFormats/ZCodexFile.cs
+++ b/UVtools.Core/FileFormats/ZCodexFile.cs
@@ -485,7 +485,7 @@ namespace UVtools.Core.FileFormats
throw new FileLoadException("ResinGCodeData not found", fileFullPath);
}
- LayerManager = new LayerManager(ResinMetadataSettings.TotalLayersCount, this);
+ LayerManager.Init(ResinMetadataSettings.TotalLayersCount);
GCode.Clear();
using (TextReader tr = new StreamReader(entry.Open()))
{