-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Anycubic file format: - (Fix) Reset TSMC values to comply with globals when decoding file and AdvancedMode is disabled (#971) - (Fix) Setting the LiftHeight2 was setting the base value to BottomLiftHeight2 - (Fix) Setting the BottomRetractSpeed was not applying the value in the base property - Multiple exposure finder: - (Fix) Counter triangles not taking all the new left space - (Fix) When doing multiple heights the text label always show the base height - (Improvement) Layer image viewer internal handling - (Fix) Settings - Send to process: Unable to pick a process file, it was selecting folder instead - (Fix) Save As can show incorrect file extension description when there are other file formats with the same extension
- Loading branch information
Showing
15 changed files
with
159 additions
and
50 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 |
---|---|---|
|
@@ -93,4 +93,5 @@ | |
- Landry David | ||
- Jeremy Conoley | ||
- Brady George | ||
- Ryan Skow | ||
- Ryan Skow | ||
- Cainam |
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 |
---|---|---|
@@ -1,3 +1,11 @@ | ||
- (Fix) Remove a condition that prevents the new Anycubic file format from being used | ||
- (Upgrade) AvaloniaUI from 11.1.3 to 11.2.2 | ||
- Anycubic file format: | ||
- (Fix) Reset TSMC values to comply with globals when decoding file and AdvancedMode is disabled (#971) | ||
- (Fix) Setting the LiftHeight2 was setting the base value to BottomLiftHeight2 | ||
- (Fix) Setting the BottomRetractSpeed was not applying the value in the base property | ||
- Multiple exposure finder: | ||
- (Fix) Counter triangles not taking all the new left space | ||
- (Fix) When doing multiple heights the text label always show the base height | ||
- (Improvement) Layer image viewer internal handling | ||
- (Fix) Settings - Send to process: Unable to pick a process file, it was selecting folder instead | ||
- (Fix) Save As can show incorrect file extension description when there are other file formats with the same extension | ||
|
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.