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

Infill not touching perimeters on slopy walls #3

Closed
Sebastianv650 opened this issue Nov 1, 2016 · 3 comments
Closed

Infill not touching perimeters on slopy walls #3

Sebastianv650 opened this issue Nov 1, 2016 · 3 comments

Comments

@Sebastianv650
Copy link

Nice to see someone want's to give Slic3r a little boost!

Version

Release 1.31.2

Operating system type + version

Win 10 64bit

Behavior

See the red marked areas in the screenshot attached, I used the cat from the thingiverse link at the end of the post. The infill is not touching the perimeter line. As long as the walls are nearly vertival (lower areas of the model) they are touching the perimeters. This is related to "Ensure vertical shell thickness": Turn it off and the problem is removed. See the blue marked screenshot, but also there in the circular area there is a small zig-zag area as it would "Ensure vertical shell thickness"?

Aditionaly, in the red marked one, there are tiny infill line segments in the circular area. I can find such "zits" in the most layers, original Slic3r isn't doing that?
example
example2

STL/Config (.ZIP) where problem occurs

http://www.thingiverse.com/thing:1703197

@bubnikv
Copy link
Collaborator

bubnikv commented Nov 2, 2016

Thanks for the report. The "ensure vertical wall thickness" inserts a full infill spot at the sloping surfaces. That's why you are seeing the zig-zags on the bottom image. The gaps between the perimeter and the infill are likely caused by the "ensure vertical wall thickness" infill spot being too small to fit the zig-zag infill into. This is an error and I hoped to fix it already. I will look into that.

@Sebastianv650
Copy link
Author

Yes, but only the top image where the perimeters are not touching Ensure vertical shell thicknessis enabled. The lower picture had it disabled, so i guess it's also a bug.

bubnikv added a commit that referenced this issue Nov 3, 2016
Limits the length of an infill connecting segment of a solid infill
to 3x the solid infill spacing.
@bubnikv
Copy link
Collaborator

bubnikv commented Nov 3, 2016

I hope the gaps between the solid infill and the sparse infill were significantly reduced by
61d82b0

It is difficult to fit two infill regions one on another exactly, without introducing gaps or overfills. I believe I achieved a reasonable compromise. Please reopen this issue if you find the solution insufficient.

@bubnikv bubnikv closed this as completed Nov 3, 2016
bubnikv pushed a commit that referenced this issue Dec 9, 2020
Update to upstream master.
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

No branches or pull requests

2 participants