-
-
Notifications
You must be signed in to change notification settings - Fork 114
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 Voxelab Proxima 6 non-Chitu version (svgx file format) #805
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! 🙌
The SVGX lacks of AntiAliasing, please disable it on slicer and update file. |
printhost_cafile = | ||
relative_correction = 1,1 | ||
slow_tilt_time = 8 | ||
thumbnails = 400x300,200x125 |
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.
Confirm the thumbnail sizes, the original svgx takes: 128x128,200x240
however confirm with a original file
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.
done (note I am not sure how to check which is original thumbnail size but confirmed it works in my printer)
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.
After install the slicer I have confirmed the thumbnails, the first is 54x54 and second is 200x240. However UVtools will force 128x128,200x240 due the fixed sizes in format, so we must use that value. How does thumbnail shows on your printer? Good, distorced, acceptable?
Also provide a link for the printer, I can't find it. And also a slicer capable of output this format with the printer preset avaliable. |
@sn4k3 apologies for the very long delay in reply. Thank you for the helpful comments - I am very new to 3d printing and their file formats so I definitely learned with those. I made the corrections to the .ini file as per your comments. I must admit I do not know how to check the original resolution of the thumbnail sizes. I originally used the same thumbnails as existing
The Voxelab Proxima 6.0 is no longer for sale - the company removed it, but still provides support. A few reddit discussions [1-3] show that the company at some point decided to change the original motherboard (manufactured by Chitu) for a different (no-brand) one and this resulted in only svgx file format being supported as well as a different user interface in the screen. They kept the same model name even though this change was quite significant. For the PrusaSlicer config thought calling it "Voxelab Proxima 6 - SVGX" should be sufficiently clear. Happy to rename if you disagree.
The slicer that comes with the printer (VoxelPrint) can be downloaded from Voxelab website [4]. Make sure to select "VoxelPrint" from the top filter bar as shown in image below. Note that UVtools is not happy with the files generated from that software (same error message as shown in issue #462 ). [1] https://www.reddit.com/r/Voxelab_Proxima/comments/sd6l0g/chitubox_vs_voxelprint/ |
This ghost product is a really a mess, they should not have the same name, but we know how these guys work, can't say it's a surprise as I have seen worse. Well, I found on a website that the display is 50um pixel size and if so your display width and height is slight incorrect. To respect the 50x50um it should be:
You current have set to: 51um |
Happy New Year and thanks for the detailed analysis! I will try printing the 40x40x5mm block in the next few days. I had assumed the same resolution with the old Voxelab Proxima 6 - from my understanding the UV screen is the same - they just changed the motherboard (see Voxelab Proxima 6.ini). It is worth confirming nonetheless. |
I'm merging this. We can fix it latter if the case. |
Thanks for merging. Sorry for the lack of response. I've been struggling to figure out if there is anything I can do to print the test cube reliably. I noticed after printing some mechanical parts that the inner dimensions (holes) of the print were smaller than specified in my CAD file and the outer dimensions were bigger. There is an issue with my printer (I got it for free): there is a thin layer of resin over the LCD screen (spilt by the previous owner). I guess this might result in light bleed, so I can't tell reliably what the pixel size is supposed to be... |
No problem... In any case you can confirm it latter please tell me. |
What does the pull request do?
Adds support for Voxelab Proxima 6 resin printer, newer version without the Chitu motherboard that only supports svgx files. Tested on my printer and it works.
What is the current behavior?
N/A
What is the updated/expected behavior with this PR?
Ability to generate files in prusa slicer and subsequent conversion to svgx by UVtools
How was the solution implemented (if it's not obvious)?
Added new prusa slicer profile and new printer type.