-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Bug: Tiny gap gets ignored and replaced with infill. #820
Comments
It's not really a bug. Features below a certain size are ignored on purpose. |
@tkircher was right. It is the same issue as #520, slic3r closes gaps smaller than 0.01mm on purpose, as they are not really printable by the FDM technology, or at least they were not some years ago. We may either lower the threshold, or just remove it, but not for the 1.40 release. To verify the hypothesis, lower the safety_offset in TriangleMesh.cpp, just search for I am closing this issue as a duplicate of #520, this issue will be referenced from #520. |
By the way, I have introduced a new parameter "slice_closing_radius", which is set to 0.049 by default, leading to the same results as in 1.41.3. If you need to maintain the thin gaps, starting with Slic3r-1.42.0-alpha7 you will need to lower the new "slice_closing_radius" value. Implemented with e3cba0a This parameter and the return to the 1.41.3 behavior by default was made as we have discovered some models with cracks, which were handled correctly by 1.41.3, but which were full of spurious perimeters in 1.42.0-alpha5. We find it safer to revert to the 1.41.3 behavior while giving you the parameter to tinker with. |
Version
1.39.1-prusa3d
Operating system type + version
macOS High Sierra 10.13.4 (17E199)
Behavior
STL/Config (.ZIP) where problem occurs
ConfigAndSTL.zip
The text was updated successfully, but these errors were encountered: