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-02 02:44:39 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-10-02 02:44:39 +0300
commitca6f623a9f0e994db30e7f37b84ab2c61d0cf3d8 (patch)
treec70ddc7c3ee26bdc87cebeb13e3347384403abae /CHANGELOG.md
parent46706f50a82e462b73a499a4100bb9e1ce629015 (diff)
v3.6.7v3.6.7
- **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)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d6e702..0cb7c51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,33 @@
# Changelog
+## 01/10/2022 - v3.6.7
+
+- **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)
+
## 20/09/2022 - v3.6.6
- **UI:**