-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- **FileFormat Anycubic:** - (Fix) Preview marker size and `PropertyFields` for given file version - (Fix) Do not cache and reuse layer images if equal on file write, as that is causing "file damage" message (#782, #787) - **Tools:** - **Mask:** - (Improvement) Apply the mask with Multiply instead of BitwiseAnd (#747) - **Layer and pixel arithmetic**: - (Improvement) Use the byte scale value (1/255) for multiply operations - **Infill:** - (Add) Floor/Ceil thickness (#785) - (Fix) Remove the debug blocking window when selecting the honeycomb pattern - (Upgrade) .NET from 6.0.23 to 6.0.24
- Loading branch information
Showing
26 changed files
with
261 additions
and
87 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,4 +78,5 @@ | |
- Kevin Bullmann | ||
- Robert Redden | ||
- Nick Spirov | ||
- Sylvain Chartrand | ||
- Sylvain Chartrand | ||
- Michael Pullen |
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,4 +1,13 @@ | ||
- (Change) macOS: Change from Control to Command key to activate shortcuts from main menu (#766) | ||
- (Upgrade) .NET from 6.0.22 to 6.0.23 | ||
- (Upgrade) AvaloniaUI from 11.0.4 to 11.0.5 | ||
- **FileFormat Anycubic:** | ||
- (Fix) Preview marker size and `PropertyFields` for given file version | ||
- (Fix) Do not cache and reuse layer images if equal on file write, as that is causing "file damage" message (#782, #787) | ||
- **Tools:** | ||
- **Mask:** | ||
- (Improvement) Apply the mask with Multiply instead of BitwiseAnd (#747) | ||
- **Layer and pixel arithmetic**: | ||
- (Improvement) Use the byte scale value (1/255) for multiply operations | ||
- **Infill:** | ||
- (Add) Floor/Ceil thickness (#785) | ||
- (Fix) Remove the debug blocking window when selecting the honeycomb pattern | ||
- (Upgrade) .NET from 6.0.23 to 6.0.24 | ||
|
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
Oops, something went wrong.