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 'PrusaSL1Reader/IFileFormat.cs')
-rw-r--r--PrusaSL1Reader/IFileFormat.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/PrusaSL1Reader/IFileFormat.cs b/PrusaSL1Reader/IFileFormat.cs
index 1bd8c80..be04a14 100644
--- a/PrusaSL1Reader/IFileFormat.cs
+++ b/PrusaSL1Reader/IFileFormat.cs
@@ -267,9 +267,9 @@ namespace PrusaSL1Reader
/// <summary>
/// Get height in mm from layer height
/// </summary>
- /// <param name="layerNum">The layer height</param>
+ /// <param name="layerIndex"></param>
/// <returns>The height in mm</returns>
- float GetHeightFromLayer(uint layerNum);
+ float GetHeightFromLayer(uint layerIndex);
/// <summary>
/// Gets the value attributed to <see cref="FileFormat.PrintParameterModifier"/>