-
-
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] Difference view with multiple layers. #602
Comments
This is your first time submitting an issue with UVtools 🥳Please review your issue and ensure that the submit template was followed, the information is complete, and not related to any other open issue. It will be reviewed shortly. Debugging is very important and make the program better. Thanks for contributing and making the software better! 🙌 |
Nex step would be to add voxel rendering to inspect print file in glorious 3d 😏 |
This is a performance problem, is not viable to do it "live" while you change layers. Anything that require comparing images, search for a feature and iterate is very slow and can't afford in a live nativation.
Do not expect that to happen soon either, the 3d mesh reconstruction from 2D is very slow and generate ton of triangles which is impossible for most machines to render from RAM. Try to export your layers to mesh using the layer actions, open in a software and see the result |
No no no, just do a voxel rendering, like the VTK does: just color the voxel in accordance with detected issue and set transparency with layer makes and type of issue. |
openCV compiles the VTK module but never tried, documentation is lacking. |
Is your feature request related to a problem? Please describe
Would be nice to have ability to view multiple layers in the difference view to assess how many layers there's till island gets reconnected without having to slowly cycle through a bunch of layers.
Describe the solution you'd like
Add a two alternating colors with a value gradient, showing multiple layers in the difference view.
Screenshots
Example of 4 layers difference view.
The text was updated successfully, but these errors were encountered: