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>2020-09-05 08:56:20 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-09-05 08:56:20 +0300
commit5fdac82dd61a4c7f82e63502ac054a44708ad5fe (patch)
treee72eccddf61ab96e58f485f77158135bd2e52d33 /UVtools.Cmd
parentf9fa78c2ba0785327f7db9590d437fbf0ce2e041 (diff)
Bene4 Mono and Layer Issue Z Tracker
* (Add) Settings & Issues: Enable or disable Empty Layers * (Add) PrusaSlicer Printer: Nova Bene4 Mono * (Add) CWS: Support the GRAY2RGB and RBG2GRAY encoding for Bene Mono * (Add) Layer issue Z map paired with layer navigation tracker bar * (Change) Shortcuts: + and - to go up and down on layers were change to W and S keys. Reason: + and - are bound to zoom and can lead to problems * (Upgrade) OpenCV from 4.2 to 4.3 * (Fix) CWS: Add missing Platform X,Y,Z size when converting from SL1 * (Fix) CWS: Invert XY resolution when converting from SL1
Diffstat (limited to 'UVtools.Cmd')
-rw-r--r--UVtools.Cmd/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Cmd/Program.cs b/UVtools.Cmd/Program.cs
index 909b31c..cc0a3de 100644
--- a/UVtools.Cmd/Program.cs
+++ b/UVtools.Cmd/Program.cs
@@ -187,7 +187,7 @@ namespace UVtools.Cmd
{
Console.WriteLine("Computing Issues, please wait.");
sw.Restart();
- var issueList = fileFormat.LayerManager.GetAllIssues(null, null, null, progress);
+ var issueList = fileFormat.LayerManager.GetAllIssues(null, null, null, true, progress);
sw.Stop();
Console.WriteLine("Issues:");