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, 11 insertions, 0 deletions
diff --git a/UVtools.Core/FileFormats/SL1File.cs b/UVtools.Core/FileFormats/SL1File.cs
index a7f32fc..a568252 100644
--- a/UVtools.Core/FileFormats/SL1File.cs
+++ b/UVtools.Core/FileFormats/SL1File.cs
@@ -327,6 +327,17 @@ namespace UVtools.Core.FileFormats
set => PrinterSettings.DisplayPixelsY = value;
}
+ public override float DisplayWidth
+ {
+ get => PrinterSettings.DisplayWidth;
+ set => PrinterSettings.DisplayWidth = value;
+ }
+ public override float DisplayHeight
+ {
+ get => PrinterSettings.DisplayHeight;
+ set => PrinterSettings.DisplayHeight = value;
+ }
+
public override byte AntiAliasing => (byte) (PrinterSettings.GammaCorrection > 0 ? LookupCustomValue(Keyword_AntiAliasing, 4) : 1);
public override float LayerHeight