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/PhotonWorkshopFile.cs')
-rw-r--r--UVtools.Core/FileFormats/PhotonWorkshopFile.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/UVtools.Core/FileFormats/PhotonWorkshopFile.cs b/UVtools.Core/FileFormats/PhotonWorkshopFile.cs
index 00e9670..4fbe61f 100644
--- a/UVtools.Core/FileFormats/PhotonWorkshopFile.cs
+++ b/UVtools.Core/FileFormats/PhotonWorkshopFile.cs
@@ -941,9 +941,7 @@ namespace UVtools.Core.FileFormats
PrintParameterModifier.LiftSpeed,
};
- public override byte ThumbnailsCount { get; } = 1;
-
- public override System.Drawing.Size[] ThumbnailsOriginalSize { get; } = {new Size(224, 168)};
+ public override Size[] ThumbnailsOriginalSize { get; } = {new(224, 168)};
public override uint ResolutionX
{
@@ -1014,7 +1012,7 @@ namespace UVtools.Core.FileFormats
set { }
}
- public override float MaxPrintHeight
+ public override float MachineZ
{
get
{