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-11-03 18:24:11 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-11-03 18:24:11 +0300
commit12391ff2090afb1dd73920dbe412c7cb30626f58 (patch)
treeb89928b1f9412645a483178d5f68e782e234b6af
parentfd68d1df941a50a976ff746f824047d0c93920b7 (diff)
v2.24.0v2.24.0
- (Add) File formats properties: - `DisplayDiagonal`: Display diagonal size in millimeters - `DisplayDiagonalInches`: Display diagonal size in inches - `DisplayAspectRatio`: Display aspect ratio - (Add) Action - Export layers to mesh: Reconstructs and export a layer range to a 3D mesh via voxelization (#329) - (Add) Detect incorrect image ratio upon file load and warn user about it - (Add) Export layers to heatmap: Mirror, rotate and merge layers on same position options - (Improvement) Calibration - Elephant foot: For dimming method adds a warning text for files with emulated antialiasing and prevent run the test when AntiAliasing is less than 2 - (Improvement) Export layers to image, GIF and heatmap: Auto select the flip method based on sliced file mirror information, it will output images in thier original form/orientation - (Upgrade) AvaloniaUI from 0.10.8 to 0.10.10 - (Upgrade) EmguCV from 4.5.3 to 4.5.4 - (Fix) Corrected incorrect label for default scripting directory (#322) - (Fix) Recursively remove islands wasn't removing above islands (#333) - (Fix) Dynamic layer heights: Incorrect progress bar when selecting a starting layer range bigger than 0 - (Fix) PrusaSlicer printers: Set vertical mirror to NovaMaker printers
-rw-r--r--CHANGELOG.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c5af42..89c44da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+## 03/11/2021 - v2.24.0
+
+- (Add) File formats properties:
+ - `DisplayDiagonal`: Display diagonal size in millimeters
+ - `DisplayDiagonalInches`: Display diagonal size in inches
+ - `DisplayAspectRatio`: Display aspect ratio
+- (Add) Action - Export layers to mesh: Reconstructs and export a layer range to a 3D mesh via voxelization (#329)
+- (Add) Detect incorrect image ratio upon file load and warn user about it
+- (Add) Export layers to heatmap: Mirror, rotate and merge layers on same position options
+- (Improvement) Calibration - Elephant foot: For dimming method adds a warning text for files with emulated antialiasing and prevent run the test when AntiAliasing is less than 2
+- (Improvement) Export layers to image, GIF and heatmap: Auto select the flip method based on sliced file mirror information, it will output images in thier original form/orientation
+- (Upgrade) AvaloniaUI from 0.10.8 to 0.10.10
+- (Upgrade) EmguCV from 4.5.3 to 4.5.4
+- (Fix) Corrected incorrect label for default scripting directory (#322)
+- (Fix) Recursively remove islands wasn't removing above islands (#333)
+- (Fix) Dynamic layer heights: Incorrect progress bar when selecting a starting layer range bigger than 0
+- (Fix) PrusaSlicer printers: Set vertical mirror to NovaMaker printers
+
## 12/10/2021 - v2.23.6
- **(Improvement) SL1:** (#314)
@@ -9,7 +27,6 @@
- (Upgrade) AvaloniaUI from 0.10.7 to 0.10.8
- (Fix) PWS, PW0, PWM, PWMX, PWMO, PWMS: Incorrect set of layer height for the layer definition when using same positioned layers
-
## 07/10/2021 - v2.23.5
- (Fix) Odd crash when detecting for resin trap issues which was duplicating contours (#311, #312)