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>2022-10-04 03:12:12 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-10-04 03:12:12 +0300
commit6c38a83c056644d8582b559ac947816c3b3c19eb (patch)
treed97637d1751928ccd100c8deb0336443d28d01a7 /RELEASE_NOTES.md
parenta43a8cb2d5e322918047fcb9544d9690554c8bc6 (diff)
v3.6.8v3.6.8
- (Fix) Occasional crash when detecting islands and/or repair issues (#568, #569)
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md26
1 files changed, 1 insertions, 25 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 14d79fa..f07d248 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,26 +1,2 @@
-- **Layer:**
- - (Add) Property: `LayerMatBoundingRectangle`
- - (Add) Property: `LayerMatModelBoundingRectangle`
- - (Add) Method: `GetLayerMat(roi)`
-- **Issues:**
- - **Islands:**
- - (Improvement) Islands detection performance
- - (Improvement) Required area to consider an island is now real area instead of bounding box area
- - (Fix) Logic bug when combining with overhangs
- - **Overhangs:**
- - (Improvement) Overhangs detection performance
- - (Improvement) Overhangs are now split and identified as separately in the layer
- - (Improvement) Overhangs now shows the correct issue area and able to locate the problem region more precisely
- - (Improvement) Compress overhangs into contours instead of using whole pixels, resulting in better render performance and less memory to hold the issue
- - (Fix) Bug in overhang logic causing to detect the problem twice when combined with supports
- - (Improvement) Touching bounds check logic to spare cycles
-- **Tool - Raise platform on print finish:**
- - (Add) Preset "Minimum": Sets to the minimum position
- - (Add) Preset "Medium": Sets to half-way between minimum and maximum position
- - (Add) Preset "Maximum": Sets to the maximum position
- - (Add) Wait time: Sets the ensured wait time to stay still on the desired position.
- This is useful if the printer firmware always move to top and you want to stay still on the set position for at least the desired time.
- Note: The print time calculation will take this wait into consideration and display a longer print time.
-- (Add) FileFormat: AnyCubic custom machine (.pwc)
-- (Downgrade) OpenCV from 4.5.5 to 4.5.4 due a possible crash while detecting islands (Windows)
+- (Fix) Occasional crash when detecting islands and/or repair issues (#568, #569)