Skip to content
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

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

nARN
Copy link
Contributor

@nARN nARN commented Dec 9, 2024

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

Copy link

@github-actions github-actions bot left a 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! 🙌

@sn4k3
Copy link
Owner

sn4k3 commented Dec 9, 2024

Thanks for the PR.
The display size need slight adjust to match the exact pixel size.
The corrected size is: 223.776 x 126.976
Please apply the modification on display and bed size and commit to the PR.

@nARN
Copy link
Contributor Author

nARN commented Dec 11, 2024

Thanks for the PR. The display size need slight adjust to match the exact pixel size. The corrected size is: 223.776 x 126.976 Please apply the modification on display and bed size and commit to the PR.

Done

@sn4k3 sn4k3 merged commit 1388ffc into sn4k3:master Dec 11, 2024
5 checks passed
sn4k3 added a commit that referenced this pull request Dec 18, 2024
- **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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants