* (Add) Settings - Automations: Change only light-off delay if value is zero (Enabled by default)
* (Fix) Calibrators: Some file formats will crash when calibration test output more layers than the dummy file
* (Fix) Undo/redo don't unlock the save function
This commit is contained in:
Tiago Conceição
2021-01-22 19:34:25 +00:00
parent 86851114d1
commit cf1f302301
14 changed files with 101 additions and 27 deletions
@@ -108,7 +108,6 @@ namespace UVtools.Core.Operations
}
slicerFile.LayerManager.Layers = layers;
slicerFile.RequireFullEncode = true;
progress.Token.ThrowIfCancellationRequested();