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/SL1File.cs')
-rw-r--r--UVtools.Core/FileFormats/SL1File.cs11
1 files changed, 6 insertions, 5 deletions
diff --git a/UVtools.Core/FileFormats/SL1File.cs b/UVtools.Core/FileFormats/SL1File.cs
index 05e32ae..d17adab 100644
--- a/UVtools.Core/FileFormats/SL1File.cs
+++ b/UVtools.Core/FileFormats/SL1File.cs
@@ -311,10 +311,11 @@ namespace UVtools.Core.FileFormats
PrintParameterModifier.ExposureSeconds,
};
- public override byte ThumbnailsCount { get; } = 2;
-
- public override System.Drawing.Size[] ThumbnailsOriginalSize { get; } = { new System.Drawing.Size(400, 400), new System.Drawing.Size(800, 480) };
- //public override Image<Rgba32>[] Thumbnails { get; set; }
+ public override System.Drawing.Size[] ThumbnailsOriginalSize { get; } =
+ {
+ new(400, 400),
+ new(800, 480)
+ };
public override uint ResolutionX
{
@@ -356,7 +357,7 @@ namespace UVtools.Core.FileFormats
}
}
- public override float MaxPrintHeight
+ public override float MachineZ
{
get => PrinterSettings.MaxPrintHeight;
set