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

Detect overhang walls incorrectly limits reverse on odd/even and has a misleading description #6920

Closed
1 task done
jpa00 opened this issue Sep 26, 2024 · 1 comment · Fixed by #6922
Closed
1 task done
Labels
enhancement New feature or request

Comments

@jpa00
Copy link

jpa00 commented Sep 26, 2024

Is there an existing issue for this feature request?

  • I have searched the existing issues

Is your feature request related to a problem?

Currently it seems the only way to limit the problems with bridging, slowing for overhangs and perimeter speeds seems to be to disable "Detect overhang walls" and using the classic wall generator. (Neither of which is great btw., but bugs happen...)

While figuring out these tweaks I noticed that "detect overhang walls" description says it will affect overhang printing speeds, but at least with the classic wall generator it does not appear to affect them at all. (Except for the notable and exception of bridge perimeters' printing and fan speeds, for which it utilizes the 75-100% overhang speeds, but that's besides the point on this issue.) So this text should probably be fixed...

At the same time, detect overhang walls is a dependency of reverse on even (which seems to have been renamed from reverse on odd?), which seems wrong when there is a very legitimate use for reversing on every other layer, overhang or not by setting the threshold to 0%. I find this especially useful when printing PETG to help limit curling, which with that material only seems to need a sharp enough corner.

So currently due to this one feature it's a choice between really bad bridges or curling sharp corners, which is less than optimal.

Which printers will be beneficial to this feature?

All

Describe the solution you'd like

Fix the description of "Detect overhang walls" to describe what it actually affects, and either remove the dependency between it and "Reverse on even" or add an option to simply always reverse on even, when Detect overhang walls is unchecked.

Describe alternatives you've considered

There are a couple of issues that would make this one far less important, but as they seem to require much more work, I figured this would be a quicker one to take care of. The issue #5724 seems to aim at fixing the perimeter speeds on bridges, and #3078 would allow for customizing bridges in general, including possibly printing them with no perimeters at all. Although if the latter customization is already present in SuperSlicer, I suppose there is a chance it might not require too much work.

Additional context

No response

@jpa00 jpa00 added the enhancement New feature or request label Sep 26, 2024
@Noisyfox
Copy link
Collaborator

You are right, the "reverse on even" should not depends on the detect overhang wall (except the overhang threshold option)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants