-
-
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
[FEATURE REQUEST] consider transition layers as bottom layers for purposes of SB/LB/SN/LN navigation #896
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! 🙌 |
If the raft is part of both bottom and normal layers and is the largest mass on the file that is the expected behavior and returning exactly what it should, this not a issue and the behavior will not change regarding the terms SB/LB/SN/LN. It foreach the layer group the return the most pixel layer. There is no absolute way to detect what is a raft/support/model which also vary from user to user / print to print. |
I understand that this is an intended behaviour and it is returning exactly what it's supposed to. Looking at the code now, FirstTransitionLayer and FirstNormalLayer seem to return the same thing, where in my mind, I'd assume that the order goes bottom -> transition -> normal I'm basically suggesting, that transition layers should be a separate category, instead of having overlap with normal layers based on the fact that they have a different exposure time. |
In common case the transition layers starts on first normal layer and goes on fading. It does not create a gap between bottom and normals "group". In terminal you can calculate what you suggest by add the first normal with transition layer count |
I will implement my case via the terminal then, thank you |
Problem to solve
When using SB/LB/SN/LN navigation;
if the raft is tall enough to be split across the bottom layers and the transition layers
using either LB or LN will most likely return one of the raft layers.
Example: when we have 5 bottom layers and 10 transition layers. Both return the raft as being the biggest mass
![current](https://private-user-images.githubusercontent.com/28189883/345938993-49f2ac0b-b0a7-47d6-a32d-7d807b745aec.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDg4NTUsIm5iZiI6MTczOTY0ODU1NSwicGF0aCI6Ii8yODE4OTg4My8zNDU5Mzg5OTMtNDlmMmFjMGItYjBhNy00N2Q2LWEzMmQtN2Q4MDdiNzQ1YWVjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE5NDIzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUyMzA1N2U4N2NkNDBiNzcxOTE1M2M2MmJjZjU4ZGY1OWQxY2JlNWNkMGVjZGY1M2M2MGM0YzQ1M2QxYzIwNTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7OW52WJIx9ctRpcUXFfgS_Qwd2AIAZ2gFR2TGrjIreo)
Possible solutions
1st choice: Marking transition layers as 'bottom' instead of 'normal'.
2nd choice: add a separate category for transition layers, and add ST and LT navigation.
Example: when we change the bottom layers count to 15 to simulate transition layers being included, LN actually returns part of the print as the biggest mass.
![changed](https://private-user-images.githubusercontent.com/28189883/345939233-46d14833-d3bf-4468-b99d-63c6342676da.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDg4NTUsIm5iZiI6MTczOTY0ODU1NSwicGF0aCI6Ii8yODE4OTg4My8zNDU5MzkyMzMtNDZkMTQ4MzMtZDNiZi00NDY4LWI5OWQtNjNjNjM0MjY3NmRhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE5NDIzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE3Mzc2YzhlM2NlNWJmNzZjOTkyYjFkYzIwNWQ5MWM2OGNlYzIwNzVjOTQzMDhhZDU0YmExN2JmZGM0ZjE3ZDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FDR0y48l3lFznkyWUOjhE-FRy8iy-VGWWdJWy-sZGlA)
Files
No response
The text was updated successfully, but these errors were encountered: