Skip to content

Commit c6267d8

Browse files
committed
v5.2.0
- (Change) Setting: Default layer compression codec from `LZ4` to `PNG`, this will reduce the memory usage and better RAM management when handling large resolution files. For current users is required to change on settings if you want to switch - (Change) Setting: Default available RAM limit from `1GB` to `0` (Disabled) - (Change) PrusaSlicer printers: Rename all `AnyCubic` printers to `Anycubic` - (Improvement) Allocate some arrays as uninitialized to improve the performance - (Improvement) CTB: Less allocations while encrypting/decrypting layers - (Improvement) Less allocations when getting compressed zip entries to bytes - (Improvement) Less memory pressure when using `LZ4` layer compression - (Improvement) When read archive file formats with 8 bit png and PNG compressor, initialize the layer with the image instead of the bytes to force calculations - (Fix) Crash when checking for updates in some cases (#1054) - (Fix) NanoDLP: Fill TotalSolidArea with the resin millimeters (#1057) - (Fix) Anycubic PrusaSlicer printers name: File parameter, version number mismatch (#1055) - (Fix) Archive file formats when using PNG compressor are saving incomplete images and not loading the layer height - (Fix) Memory leak setting layer PNG bytes when using other compressor than PNG - (Fix) File - Extract when using PNG compressor was not extracting the whole layer image area - (Upgrade) AvaloniaUI from 11.3.3 to 11.3.4
1 parent e91ce85 commit c6267d8

File tree

64 files changed

+713
-421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+713
-421
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 13/08/2025 - v5.2.0
4+
- (Change) Setting: Default layer compression codec from `LZ4` to `PNG`, this will reduce the memory usage and better RAM management when handling large resolution files. For current users is required to change on settings if you want to switch
5+
- (Change) Setting: Default available RAM limit from `1GB` to `0` (Disabled)
6+
- (Change) PrusaSlicer printers: Rename all `AnyCubic` printers to `Anycubic`
7+
- (Improvement) Allocate some arrays as uninitialized to improve the performance
8+
- (Improvement) CTB: Less allocations while encrypting/decrypting layers
9+
- (Improvement) Less allocations when getting compressed zip entries to bytes
10+
- (Improvement) Less memory pressure when using `LZ4` layer compression
11+
- (Improvement) When read archive file formats with 8 bit png and PNG compressor, initialize the layer with the image instead of the bytes to force calculations
12+
- (Fix) Crash when checking for updates in some cases (#1054)
13+
- (Fix) NanoDLP: Fill TotalSolidArea with the resin millimeters (#1057)
14+
- (Fix) Anycubic PrusaSlicer printers name: File parameter, version number mismatch (#1055)
15+
- (Fix) Archive file formats when using PNG compressor are saving incomplete images and not loading the layer height
16+
- (Fix) Memory leak setting layer PNG bytes when using other compressor than PNG
17+
- (Fix) File - Extract when using PNG compressor was not extracting the whole layer image area
18+
- (Upgrade) AvaloniaUI from 11.3.3 to 11.3.4
19+
320
## 06/08/2025 - v5.1.7
421
- (Fix) CTB and GOO: Set lift values to fixed 0.05 and TSMC values to 0 for tilting vat printers (#1052)
522
- (Upgrade) OpenCV from 4.10.0 to 4.11.0

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
3939

4040
<!-- Versions -->
41-
<UVtoolsVersion>5.1.7</UVtoolsVersion>
42-
<AvaloniaVersion>11.3.3</AvaloniaVersion>
41+
<UVtoolsVersion>5.2.0</UVtoolsVersion>
42+
<AvaloniaVersion>11.3.4</AvaloniaVersion>
4343

4444
<!-- MvvmToolkit -->
4545
<MvvmToolkitEnableINotifyPropertyChangingSupport>false</MvvmToolkitEnableINotifyPropertyChangingSupport>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)