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

Gapfill in bridge areas defeats bridge detection for supports #3672

Open
lordofhyphens opened this issue Jan 16, 2017 · 5 comments
Open

Gapfill in bridge areas defeats bridge detection for supports #3672

lordofhyphens opened this issue Jan 16, 2017 · 5 comments

Comments

@lordofhyphens
Copy link
Member

Version

1.3.0-dev 15fe0b6

Behavior

If a bridge includes gap fill, the bridging perimeters are treated as an overhang for the purpose of support generation. This leads to supports that are very difficult to remove (and probably aren't necessary).

With gapfill:
image

Without gapfill:
image

STL/Config (.ZIP) where problem occurs

example.zip

@lordofhyphens
Copy link
Member Author

Since we have variable-width perimeters, perhaps we can see if it possible to replace the gap fill between two external perimeters with a single extra-wide perimeter instead of gap fill?

Another possibility is to split the support in half so that it can be removed in 2 pieces?

@wpwrak
Copy link

wpwrak commented Jan 16, 2017

The support may indeed not be necessary. I had Cura print an earlier version of this (although with an incorrect nozzle size it insists on using, 0.3 mm instead of 0.4 mm), it omitted the support, and the result was good.

The main problem here is that, using honeycomb and "don't support bridges", the support is fused solidly to the base (and possibly also to the walls), so it's very hard to remove. I basically had to carve the hole open (damaging the delicate base).

@Tinchus2009
Copy link

@lordofhyphens I was just about to post a similar report, I didnt noticed the gap thing, but you are right there. My report was going to be almost exactly like this: support is being created in places where actually is not needed. y though was that there was a bug in the "dont support bridges option" . And no, actually supports like the ones in your example are not necesary and right now are wasting a lot of time because of support being created for the top of holes for example, and if those holes are at some high... ike 100 mm, you have tallllll unnecesary supports. I have accounted in medium models a waste of 10, 15 and 20 minutes because of this issue

@bubnikv
Copy link
Contributor

bubnikv commented Jan 25, 2017 via email

@VanessaE
Copy link
Collaborator

Is something getting done about this soon? It's been over 2 years....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants