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

Correct odd layer GUI description #5793

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vovodroid
Copy link
Contributor

Currently every second layer for "on odd layer" options is checked as layer_id % 2 == 1. Though from mathematics POV it's correct, but in GUI first layer is one and not zero, thus actually option is applied for even layers.

I guess this is SuperSlicer legacy, and this PR fix this confusing description in GUI.

image

image

@kisslorand
Copy link
Contributor

Isn't the first layer numbered "0"?

@vovodroid
Copy link
Contributor Author

vovodroid commented Jun 21, 2024 via email

@vovodroid
Copy link
Contributor Author

image

@vovodroid
Copy link
Contributor Author

Another option - call it "every other layer", like here

image

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.

None yet

2 participants