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/ChituboxFile.cs')
-rw-r--r--UVtools.Core/FileFormats/ChituboxFile.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/UVtools.Core/FileFormats/ChituboxFile.cs b/UVtools.Core/FileFormats/ChituboxFile.cs
index 05362b4..2a931b8 100644
--- a/UVtools.Core/FileFormats/ChituboxFile.cs
+++ b/UVtools.Core/FileFormats/ChituboxFile.cs
@@ -1008,6 +1008,17 @@ namespace UVtools.Core.FileFormats
set => HeaderSettings.ResolutionY = value;
}
+ public override float DisplayWidth
+ {
+ get => HeaderSettings.BedSizeX;
+ set => HeaderSettings.BedSizeX = value;
+ }
+ public override float DisplayHeight
+ {
+ get => HeaderSettings.BedSizeY;
+ set => HeaderSettings.BedSizeY = value;
+ }
+
public override byte AntiAliasing => (byte) (IsCbtFile ? SlicerInfoSettings.AntiAliasLevel : HeaderSettings.AntiAliasLevel);
public override float LayerHeight