-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a PrusaSlicer printer profile for Phrozen Sonic Mighty Revo #950
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is your first time submitting a pull request with UVtools 🥳Please review your PR and ensure that the submit template was followed, the information is complete, and not related to any other open PR. It will be reviewed shortly. PRs by community are very important and make the program better and richer in every way. Thanks for contributing and making the software better! 🙌
Thanks for the PR. |
Done |
- **File formats:** - (Add) Anycubic PWSZ Zip file format (#892) - (Add) Support for Anycubic Photon Mono 4 (pm4n) and corresponding PrusaSlicer profile - (Add) Support for Anycubic Photon Mono 4 Ultra (pm4u) and corresponding PrusaSlicer profile - (Add) Support for Anycubic Photon Mono M7 (pm7) and corresponding PrusaSlicer profile - (Add) Support for Anycubic Photon Mono M7 Max (pm7m) and corresponding PrusaSlicer profile - (Add) Support for Anycubic Photon Mono M7 Pro (pwsz) and corresponding PrusaSlicer profile - (Add) PrusaSlicer printer: Phrozen Sonic Mighty Revo (#950) - (Add) Litophane tool: Option to enable or disable the separation of grayscale pixels (#954) - (Add) Exposure time finder: Re-arrange exposure text layout and allow to change it font (#955) - (Add) Setting: Available RAM lower limit - Sets a lower limiter for the available memory RAM the program is allowed to run operations. When meet the threshold, a stopping action will be queued to relief pressure and maintain the system stability. In cases where is unable to pause or cancel the operation, the program will be forced to close and trigger an exception to ensure the system stability. Note: This limiter will check the RAM every 2 seconds while operations are running, if you have set a very low limit there is a chance to consume more RAM in the time and cause system instability. System can also reserve some RAM to prevent depletion and start to use SWAP memory, doing such with a low limit and is possible that the limiter never trigger. 0: Ignore the RAM limiter. Default: 1 GB - (Improvement) Change the gif animation library to a more efficient and compatible one - (Fix) Contour traverse function was duplicating the contours, causing wrong calculations - (Fix) Blur: Prevent stack blur from use even values - (Upgrade) AvaloniaUI from 11.1.3 to 11.2.2 - (Upgrade) .NET from 6.0.33 to 9.0.0 - .NET 6.0 is end of life and will no longer supported - This represents three major upgrades and will increase the system os version requirements, see more here: https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md - With this upgrade the software will be able to take advantage of the new features and improvements of the .NET 9.0, including a significant performance boost
What does the pull request do?
Adding a Prusa Slicer printer profile for Phrozen Sonic Mighty Revo
How was the solution implemented (if it's not obvious)?
Fixed issues