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:
authorTiago Conceição <Tiago_caza@hotmail.com>2022-02-17 19:19:51 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-02-17 19:19:51 +0300
commitef305b0abef8ce7484cff38d8ebcceeee59f6672 (patch)
tree19ecd1c094878658c15afbced16b2031744a5e46 /UVtools.ScriptSample
parent374e590574e6be0c5d5d08f49bc1f638f46d82b5 (diff)
Update ScriptDebandingZSample.cs
Diffstat (limited to 'UVtools.ScriptSample')
-rw-r--r--UVtools.ScriptSample/ScriptDebandingZSample.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/UVtools.ScriptSample/ScriptDebandingZSample.cs b/UVtools.ScriptSample/ScriptDebandingZSample.cs
index 6f8503e..00bec49 100644
--- a/UVtools.ScriptSample/ScriptDebandingZSample.cs
+++ b/UVtools.ScriptSample/ScriptDebandingZSample.cs
@@ -154,6 +154,7 @@ namespace UVtools.ScriptSample
mat.SetByte(pixelPos.X, pixelPos.Y, 1); // Print a very fade pixel to ignore empty layer detection
firstLayer.LayerMat = mat;
firstLayer.ExposureTime = SlicerFile.SupportsGCode ? 0 : 0.05f;
+ firstLayer.SetNoDelays();
SlicerFile.SuppressRebuildPropertiesWork(() => { SlicerFile.LayerManager.Prepend(firstLayer); });
}