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>2021-09-14 20:13:28 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-09-14 20:13:28 +0300
commit60db062e7017a30e226db8974bc2ee1262ace249 (patch)
tree97204eefc68914e8b5d1c8f9f7ebb44005623aaf /UVtools.WPF/UserSettings.cs
parente3ad5a79fa5b267241686fc05b825c33d09ceaf0 (diff)
Update UserSettings.cs
Diffstat (limited to 'UVtools.WPF/UserSettings.cs')
-rw-r--r--UVtools.WPF/UserSettings.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.WPF/UserSettings.cs b/UVtools.WPF/UserSettings.cs
index 9274bd0..12da40c 100644
--- a/UVtools.WPF/UserSettings.cs
+++ b/UVtools.WPF/UserSettings.cs
@@ -781,7 +781,7 @@ namespace UVtools.WPF
private byte _resinTrapRequiredAreaToProcessCheck = 17;
private byte _resinTrapRequiredBlackPixelsToDrain = 10;
private byte _resinTrapMaximumPixelBrightnessToDrain = 30;
- private uint _suctionCupRequiredAreaToConsider = 2000;
+ private uint _suctionCupRequiredAreaToConsider = 5000;
private byte _touchingBoundMinimumPixelBrightness = 127;
private byte _touchingBoundMarginLeft = 5;
private byte _touchingBoundMarginTop = 5;