-
-
Notifications
You must be signed in to change notification settings - Fork 110
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) CXDLPv4 format - (Improvement) Add missing keys for SL1 format from PrusaSlicer 2.6.0 - **UI**: - (Add) About - Terms of Use - (Add) Outline: Enclosing circles - (Improvement) Minor alteration on how current layer preview cache the contours - (Improvement) Revamp tool Edit print parameters - (Improvement) Revamp message boxes - (Remove) Avalonia.MessageBox dependency in favor of use our own message box - (Change) PrusaSlicer printers - Creality Halot Mage/Pro: Use CXDLPV4 format instead ENCRYPTED.CTB
- Loading branch information
Showing
68 changed files
with
3,582 additions
and
765 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
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,9 +1,12 @@ | ||
- (Add) File - Rename: Allow to rename the current file with a new name (Ctrl + F2) | ||
- (Improvement) Tool - Edit print parameters: It now apply settings without close the window, allowing user to do continuous work. After all editing is done the user must manually close the window (#731) | ||
- (Improvement) Resin traps and suction cups: Optimization of contour grouping will now make the detection faster if it contain a large number of contours | ||
- (Change) Lower the default setting for binary threshold for resin traps, from 127 to 100 | ||
- (Fix) macOS: Unable to have settings on Monterey or above due the settings folder no longer exists on recent systems. (#728) | ||
Your current settings will not be automatically transferred to the new location, to do such please copy them over or use the following command before upgrade: `mv "$HOME/.local/share/UVtools" "$HOME/Library/Application Support"` | ||
If you already ran UVtools and would like to transfer old settings, use: `cp -Rf "$HOME/.local/share/UVtools/" "$HOME/Library/Application Support/UVtools/"` | ||
- (Upgrade) .NET from 6.0.16 to 6.0.18 | ||
- **File formats:** | ||
- (Add) CXDLPv4 format | ||
- (Improvement) Add missing keys for SL1 format from PrusaSlicer 2.6.0 | ||
- **UI**: | ||
- (Add) About - Terms of Use | ||
- (Add) Outline: Enclosing circles | ||
- (Improvement) Minor alteration on how current layer preview cache the contours | ||
- (Improvement) Revamp tool Edit print parameters | ||
- (Improvement) Revamp message boxes | ||
- (Remove) Avalonia.MessageBox dependency in favor of use our own message box | ||
- (Change) PrusaSlicer printers - Creality Halot Mage/Pro: Use CXDLPV4 format instead ENCRYPTED.CTB | ||
|
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.