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/MakerbaseFile.cs')
-rw-r--r--UVtools.Core/FileFormats/MakerbaseFile.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/UVtools.Core/FileFormats/MakerbaseFile.cs b/UVtools.Core/FileFormats/MakerbaseFile.cs
index 3a6cd65..a74d1ed 100644
--- a/UVtools.Core/FileFormats/MakerbaseFile.cs
+++ b/UVtools.Core/FileFormats/MakerbaseFile.cs
@@ -100,6 +100,9 @@ namespace UVtools.Core.FileFormats
set => temp = 0;
}
+ public override float DisplayWidth { get; set; }
+ public override float DisplayHeight { get; set; }
+
public override byte AntiAliasing => 1;
public override float LayerHeight