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/ZCodeFile.cs')
-rw-r--r--UVtools.Core/FileFormats/ZCodeFile.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/UVtools.Core/FileFormats/ZCodeFile.cs b/UVtools.Core/FileFormats/ZCodeFile.cs
index 86e08e3..4d42c1d 100644
--- a/UVtools.Core/FileFormats/ZCodeFile.cs
+++ b/UVtools.Core/FileFormats/ZCodeFile.cs
@@ -426,6 +426,7 @@ namespace UVtools.Core.FileFormats
#endregion
+ #region Constructor
public ZCodeFile()
{
GCode.UseTailComma = true;
@@ -435,7 +436,9 @@ namespace UVtools.Core.FileFormats
GCode.GCodeTimeUnit = GCodeBuilder.GCodeTimeUnits.Milliseconds;
GCode.GCodeShowImageType = GCodeBuilder.GCodeShowImageTypes.FilenameNonZeroPNG;
GCode.MaxLEDPower = MaxLEDPower;
+ GCode.CommandClearImage.Enabled = false;
}
+ #endregion
#region Methods