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-10 21:06:58 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-09-10 21:06:58 +0300
commit213257b8125aa2217238339d398d68b9c9d2fa98 (patch)
tree8e6ab23c6fc2dc6dd0a32e7e8ffe7b1ba4cd25c4 /UVtools.Cmd/Program.cs
parent65e432eec61950d2fd7eafc7bb0fc23ca1e8cffb (diff)
Repair Layers to toolwindow
Diffstat (limited to 'UVtools.Cmd/Program.cs')
-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 cc0a3de..f7e8545 100644
--- a/UVtools.Cmd/Program.cs
+++ b/UVtools.Cmd/Program.cs
@@ -247,7 +247,7 @@ namespace UVtools.Cmd
bool removeEmptyLayers = repair.Length < 4 || repair[3] > 0 || repair[3] < 0;
bool repairResinTraps = repair.Length < 5 || repair[4] > 0 || repair[4] < 0;
- fileFormat.LayerManager.RepairLayers(layerStartIndex, layerEndIndex, 2, 1, 4, repairIslands, removeEmptyLayers, repairResinTraps, null, progress);
+ //fileFormat.LayerManager.RepairLayers(layerStartIndex, layerEndIndex, 2, 1, 4, repairIslands, removeEmptyLayers, repairResinTraps, null, progress);
}
});