Conservative default

This commit is contained in:
Tiago Conceição
2021-09-15 06:51:01 +01:00
parent 71e51b13b3
commit 38c8fa97ae
+1 -1
View File
@@ -1216,7 +1216,7 @@ namespace UVtools.WPF
private ushort _removeIslandsBelowEqualPixels = 5;
private ushort _removeIslandsRecursiveIterations = 4;
private ushort _attachIslandsBelowLayers = 2;
private byte _resinTrapsOverlapBy = 5;
private byte _resinTrapsOverlapBy = 0;
private byte _closingIterations = 2;
private byte _openingIterations = 0;