-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
[FEATURE REQUEST] 3D View from slice #38
Comments
I had plans for this, but WinForms are bad for 3D rendering :( I still will look for alternatives |
It would be awesome to see the issues there :P in 3d like a radiography |
BTW, as an alternative Chitubox creates a 3d view of the sliced file (even after processing it with UV tools) |
Because the chibubox format basically lists the start and end pixels in each row of each layer it would be pretty easy to use this list to create short lines then just display them live using a pupose built 3D tool such as blender or FreeCAD.
|
It really doesn't matter how the format is made, if you have the raw image then you can do any kind of transformation and faster than have to read RLE and decode it into something. Render single lines or pixels are slower, you can just render all the image and stack it. UVtools even work with contours which are like vectors, image pixels turn into connected points.
PrusaSlicer uses netfabb to do the repair, but most of the problems come from the model design.
The only opensource slicer for msla is the PrusaSlicer. |
I would appreciate this feature as well. I've tried using blender and chitubox as a reference for the 3d object (mostly for island fixing). Comparing the 2d slice from UV tools and the 3d image from blender I find I don't always know where the 2d slice is in the 3d space. I can't tell what height it's at with fine enough resolution. Using Chitubox I get a better sense because I can enter the layer number, Chitubox does a horrible job of isolating single layers. In it's current iteration, it has two draggable sliders to select the bottom and the top of the visible slice: This is fine, but when you want to select only a few layers by entering the layer numbers, it's almost impossible to select which slider you want, so you end up fighting the UI. Obviously it would be nicer if one could move the view around the 3d preview, but even a static preview would be helpful. What I REALLY want is the 3d preview with the current 2d layer highlighted, and the above and below layers highlighted in different colours. |
Right now i can't have 3D renders on the app, the UI framework have a bug that prevent me from using OpenGL viewer. To better find the issues on slicer you must put the orientation with rotate and flip equal to slicer preview. PrusaSlicer should be the easiest to deal with this |
Fair enough! I would be totally fine with slow live modifications. Like if I went into the pixel editor, made some changes, hit apply, and came back 30s later, that's fine by me. As an aside, I found sometimes the 2d layer view in UV tools would be mirrored as compared to the slicer. I'm pretty sure it's a user error, but maybe a mirror button would be useful. I'll give prusaslicer a shot! |
For what it's worth, UVTools now has an export to mesh feature and then you can use any mesh viewing application to view it. It's not the full request but at least half of it |
Is your feature request related to a problem? Please describe.
When fixing problems with a file, sometimes it's handy to be able to visualise the layers in 3 dimensions.
Describe the solution you'd like
Ability to view the file in 3D as rendered voxels up to a certain layer.
Describe alternatives you've considered
The Photon File Validator tool has functionality to do this, but is pretty clunky in execution. Slicers often allow this visualisation too (although they use the original STL not the sliced version for visualisation - which wouldn't be much use when trying to see the effects of pixel edits).
The text was updated successfully, but these errors were encountered: