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/IFileFormat.cs')
-rw-r--r--UVtools.Core/FileFormats/IFileFormat.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/UVtools.Core/FileFormats/IFileFormat.cs b/UVtools.Core/FileFormats/IFileFormat.cs
index e166b55..3b77858 100644
--- a/UVtools.Core/FileFormats/IFileFormat.cs
+++ b/UVtools.Core/FileFormats/IFileFormat.cs
@@ -186,6 +186,11 @@ namespace UVtools.Core.FileFormats
float PrintTime { get; }
/// <summary>
+ /// Gets the estimate print time in hours
+ /// </summary>
+ float PrintTimeHours { get; }
+
+ /// <summary>
/// Gets the estimate used material in ml
/// </summary>
float UsedMaterial { get; }