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/GCode/GCodeBuilder.cs')
-rw-r--r--UVtools.Core/GCode/GCodeBuilder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/GCode/GCodeBuilder.cs b/UVtools.Core/GCode/GCodeBuilder.cs
index c59bb56..2ac2609 100644
--- a/UVtools.Core/GCode/GCodeBuilder.cs
+++ b/UVtools.Core/GCode/GCodeBuilder.cs
@@ -545,7 +545,7 @@ namespace UVtools.Core.GCode
lastZPosition = layer.PositionZ;
}
- float finalRaiseZPosition = slicerFile.MaxPrintHeight;
+ float finalRaiseZPosition = slicerFile.MachineZ;
switch (GCodePositioningType)
{