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); }); }