From ef305b0abef8ce7484cff38d8ebcceeee59f6672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Thu, 17 Feb 2022 16:19:51 +0000 Subject: [PATCH] Update ScriptDebandingZSample.cs --- UVtools.ScriptSample/ScriptDebandingZSample.cs | 1 + 1 file changed, 1 insertion(+) 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); }); }