Commit c6267d8
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.41 parent e91ce85 commit c6267d8
File tree
64 files changed
+713
-421
lines changed- PrusaSlicer/printer
- UVtools.Core
- EmguCV
- Extensions
- FileFormats
- IO
- Layers
- MeshFormats
- Network
- Operations
- Printer
- SystemOS/Windows
- UVtools.UI
- Windows
- build/package-manager
- documentation
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
3 | 20 | | |
4 | 21 | | |
5 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
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