-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- **File formats:** - (Add) `LayerImageType`: Gets the layer image data type used on this file format - (Improvement) jxs, rgb.cws and xml.cws: Improve the layer image read/write performance by a significant amount - (Fix) xml.cws: Wanhao printers need 32 bit png instead of 8 bit png (#514)
- Loading branch information
Showing
8 changed files
with
127 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
- **PCB Exposure:** | ||
- (Add) Parse of deprecated commands (G70, G71, G90, G91) | ||
- (Fix) Able to have parameterless macro apertures (#503) | ||
- **UI:** | ||
- (Add) Menu -> File -> Free unused RAM: Force the garbage collection of all unused objects within the program to free unused memory (RAM). | ||
It's never required for the end user run this. The program will automatically take care of it when required. | ||
This function is for debug purposes. | ||
- (Improvement) Window title bar: Show elapsed minutes and seconds instead of total seconds minutes and second | ||
- (Fix) Tool - Mask: Loaded image resolution shows as (unloaded) | ||
- (Fix) Applying a large set of modifications in layer depth with pixel editor cause huge memory spike due layer aggregation without disposing, leading to program crash on most cases where RAM is insufficient (#506) | ||
- (Upgrade) AvaloniaUI from 0.10.15 to 0.10.16 | ||
- (Upgrade) .NET from 6.0.6 to 6.0.7 | ||
- **File formats:** | ||
- (Add) `LayerImageType`: Gets the layer image data type used on this file format | ||
- (Improvement) jxs, rgb.cws and xml.cws: Improve the layer image read/write performance by a significant amount | ||
- (Fix) xml.cws: Wanhao printers need 32 bit png instead of 8 bit png (#514) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters